rej: Hypothesis Rejection

Description Usage Arguments See Also Examples

View source: R/hypo.R

Description

rej is the lazy way to check whether the hypothesis should be rejected or accepted at the specified significance level based on the p-value.

Usage

1
rej(pvalue, significance_level)

Arguments

pvalue

value, e.g. 0.045

significance_level

value, e.g. 5 for 5% confidence level

See Also

https://en.wikipedia.org/wiki/Statistical_hypothesis_testing

Examples

1
rej(0.045, 5)

shunyao643/ab1202ay2021 documentation built on Feb. 26, 2021, 8:53 a.m.