Description Usage Arguments Value List of output Examples
Confidence regions for bivariate data
1 | conf.ellipse(data, alpha, mu_0)
|
data |
a data.frame containing two variables |
alpha |
a scaled quantity between 0 and 1; 100(1-alpha) is the confidence level |
mu_0 |
the vector of means from the null hypothesis |
a plot showing the ellipse that is the confidence region based on alpha
a named list with several outputs, explained further in the output section
The list returned at the end of the function has several components to its output:
The result of the confidence test (result)
The size of the quadratic form (quadratic.form)
The scaled quantile (scaled.quantile)
The eigenvectors and eigenvalues of S (eigenvalues and eigenvectors)
The major and minor half-widths (major.halfwidth and minor.halfwidth)
The lengths ratio, i.e. ratio of the major axis to the minor axis (lengths.ratio)
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.