Significance test for the hypothesis_test class.

# S3 method for hypothesis_test
is_significant_at(x, alpha, ...)

Arguments

x

a hypothesis test object

alpha

significance level

Value

logical indicating whether the test is significant at the given significance level alpha (default is 0.05) or not.