Description Usage Arguments Value Examples
View source: R/bivariate_check.R
This function takes in multivariate data and an alpha level and makes confidence ellipses depending on the alpha chosen. Additonally, it returns a list of proportions that lie within the list.
1 | bivariate_check(data, alpha)
|
data |
A dataframe |
alpha |
The alpha level you want your ellipse to be |
a list of the proportion of points that lies within the ellipse.
1 2 | data = LAGG4793::project_data
bivariate_check(data, 0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.