R/hypothesize.R
is_significant_at.RdGeneric method for checking if a hypothesis test is significant at a given significance level.
is_significant_at(x, alpha, ...)a hypothesis test object
significance level
logical indicating whether the test is significant at the given significance level alpha (e.g., 0.05) or not.