R/hypothesize.R
is_significant_at.hypothesis_test.RdSignificance test for the hypothesis_test class.
# S3 method for hypothesis_test
is_significant_at(x, alpha, ...)a hypothesis test object
significance level
logical indicating whether the test is significant at the given significance level alpha (default is 0.05) or not.