Description Usage Arguments Value Examples
The formula used to create this confidence interval cis 5-29 from page 232 of our book, Applied Multivariate Statistical Analysis, 6th Edition, by Johnson and Wichern
1 | bfMean_int(data, alpha = 0.05)
|
data |
a data.frame |
alpha |
our overall significance level, set to the standard 0.05 |
The (1 - α)*100% Bonferroni confidence intervals
1 2 | testData <- datasets::mtcars
bfMean_int(data = testData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.