Description Usage Arguments Value Examples
Bootstrap minimum effect tests (METs)
1 2 3 4 5 6 7 | bootstrap_MET(
bmbstats_object,
estimator,
SESOI_lower = 0,
SESOI_upper = 0,
alpha = 0.05
)
|
bmbstats_object |
Object of class |
estimator |
Name of the estimator from the |
SESOI_lower |
Lower smallest effect size of interest threshold |
SESOI_upper |
Upper smallest effect size of interest threshold |
alpha |
Numeric value for the alpha (Type I error). Default is 0.05 |
bmbstats_MET
object
1 2 3 4 5 6 7 8 9 | mean_MET <- bootstrap_MET(
describe_data(rnorm(10, 100, 20)),
estimator = "mean",
SESOI_lower = 95,
SESOI_upper = 105,
alpha = 0.05
)
mean_MET
plot(mean_MET)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.