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