Generic method for checking if a hypothesis test is significant at a given significance level.

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 (e.g., 0.05) or not.