BFconf.ellipse: Bonferroni Confidence Intervals with T[2] Comparison

Description Usage Arguments Value Examples

View source: R/BFconf.ellipse.R

Description

Bonferroni Confidence Intervals with T[2] Comparison

Usage

1
BFconf.ellipse(data, alpha = 0.05, col1 = 1, col2 = 2, addT2 = FALSE)

Arguments

data

a two-vector data frame

alpha

the significance level

col1

an integer saying which is the first column the user would like to look at

col2

an integer saying which is the second column the user would like to look at

addT2

a boolean variable. Default is FALSE but, if TRUE, adds T[2] intervals to the graph

Value

g a ggplot object containing the confidence ellipse with a dashed line showing the Bonferroni intervals and (if addT2 is set to TRUE) a dotted line showing the T[2] intervals

Examples

1
2
testData <- datasets::mtcars
BFconf.ellipse(testData)

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