Learn R Programming

hypothesize (version 0.10.0)

is_significant_at.hypothesis_test: Significance test for the hypothesis_test class.

Description

Significance test for the hypothesis_test class.

Usage

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

Value

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

Arguments

x

a hypothesis test object

alpha

significance level

...

additional arguments (ignored)