lambda_ci: lambda_ci

Description Usage Arguments Value Examples

View source: R/lambda_ci.R View source: R/bonferroni_lambda_ci.R

Description

This function takes in data, the number of variances interestd in looking at, and an alpha level to make a (100-alpha)

This function takes in data, the number of variances interestd in looking at, and an alpha level to make a (100-alpha)

Usage

1
2
3
lambda_ci(data, dimensions = 1, alpha = 0.05)

lambda_ci(data, dimensions = 1, alpha = 0.05)

Arguments

data-

the data

dimensions-

the number of variance that are going to be investigated

alpha-

the alpha level

Value

a list containing the two confidence intervals

a list containing the two confidence intervals

Examples

1
2
3
4
df = LAGG4793::t.84
bonferroni_lambda_ci(df, dimensions = 3, alpha = 0.1)
df = LAGG4793::t.84
bonferroni_lambda_ci(df, dimensions = 3, alpha = 0.1)

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