ci_T2: Simultaneous T^2 Confidence Intervals

Description Usage Arguments Value Examples

View source: R/ci_T2.R

Description

We use the formula given in equation (5-24) on page 224 of our book Applied Multivariate Statistical Analysis, 6th Edition, by Johnson and Wichern, to create our formula for the confidence intervals.

Usage

1
ci_T2(data, alpha = 0.05)

Arguments

data

a data.frame

alpha

the significance level for the intervals - default to standard 0.05

Value

the 100(α)% confidence intervals based on T^2

Examples

1
2
testData <- datasets::mtcars[,1:4]
ci_T2(testData, 0.05)

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