Description Usage Arguments Value Examples
Calculates proportion of the estimator bootstrap resample lower/equivalent/higher distribution compared to SESOI band
1 | bootstrap_MBI(bmbstats_object, estimator, SESOI_lower = 0, SESOI_upper = 0)
|
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 |
bmbstats_MBI
object
1 2 3 4 5 6 7 8 | mean_MBI <- bootstrap_MBI(
describe_data(rnorm(10, 100, 20)),
estimator = "mean",
SESOI_lower = 95,
SESOI_upper = 105
)
mean_MBI
plot(mean_MBI, control = plot_control(points_jitter = FALSE))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.