Description Usage Arguments Examples
S3 method for printing bootstrap_MBI
results
1 2 |
x |
Object of class |
... |
Extra arguments. Not used |
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.