Description Usage Arguments Value Examples
Bootstrap Null Hypothesis Significance Test
1 2 3 4 5 6 | bootstrap_NHST(
bmbstats_object,
estimator,
null_hypothesis = 0,
test = "two.sided"
)
|
bmbstats_object |
Object of class bmbstats |
estimator |
Name of the estimator from the |
null_hypothesis |
Numeric scalar indicating null hypothesis value for |
test |
Character string specifying the type of NHST, must be one of "two.sided" (default), "greater" or "less". Default is "two.sided" |
bmbstats_NHST
object
1 2 3 4 5 6 | mean_NHST <- bootstrap_NHST(
describe_data(rnorm(100)),
"mean"
)
mean_NHST
plot(mean_NHST)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.