bonCI: Simultaneous Bonferroni Confidence Intervals for Lambdas

Description Usage Arguments Examples

View source: R/bonCI.R

Description

This function will perform simulataneous confidence interval estimates. The estimates are corrected using the bonferroni method of correction.

Usage

1
bonCI(df, m, alpha = 0.05)

Arguments

df

, df a data frame

m

, m the number of simultaneous intervals

alpha,

alpha is the condifendce level for the intervals

Examples

1
2
data <- iris[,1:3]
bonCI(data, 2)

s-huebler/rotateS21 documentation built on Dec. 22, 2021, 8:21 p.m.