Significance test for the hypothesis_test class.

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

Arguments

x

a hypothesis test object

alpha

significance level

...

additional arguments (ignored)

Value

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