Description Usage Arguments Value Examples
View source: R/BFconf.ellipse.R
Bonferroni Confidence Intervals with T[2] Comparison
1 | BFconf.ellipse(data, alpha = 0.05, col1 = 1, col2 = 2, addT2 = FALSE)
|
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 |
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
1 2 | testData <- datasets::mtcars
BFconf.ellipse(testData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.