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