bf_int: Bonferroni Confidence Intervals for lambda Values

Description Usage Arguments Value Examples

View source: R/bf_int.R

Description

We use the formula given on pages 456 and 457 of our book Applied Multivariate Statistical Analysis, 6th Edition, by Johnson and Wichern, to create our formula for the confidence intervals.

Usage

1
bf_int(data, q, alpha = 0.05)

Arguments

data

a data frame

q

the number of variances we want to find confidence intervals for. We find confidence intervals for the first 1:q variances

alpha

the significance level, default set to the standard 0.05

Value

ci, an object containing the q confidence intervals as a matrix

Examples

1
2

leahpom/MATH5793POMERANTZ documentation built on May 10, 2021, 9:52 a.m.