mybootpca: mybootpca

Description Usage Arguments Value Examples

View source: R/mybootpca.R

Description

This function takes in data and makes bootstrap estimates for eigen vectors and values and for Anderson and Girshick confidence intervals

Usage

1
mybootpca(data, alpha, iter = 100, cov = TRUE, e_vec = 1)

Arguments

data-

Data for boot strap

alpha-

alpha level

iter-

number of iterations

cov-

covariance

p-

eigen vector

Value

a list with the confidence intervals for Anderson and Girshick and the bootstrap confidence interval

Examples

1
2
3
df = LAGG4793::project_data
df$X = NULL
LAGG4793::mybootpca(df, 0.05)

cil0834/LAGG4793 documentation built on Dec. 19, 2021, 4:08 p.m.