View source: R/calcGroupEllipse.R View source: R/auxBiplot.R
calcEllipse | R Documentation |
Calculates ellipses
Calculate the p
-th contour line for a distribution
using observations in data
, assuming that the
distribution is bivariate normal.
calcEllipse(data, p = 0.95)
calcEllipse(data, p = 0.95)
data |
numeric dataframe |
p |
numeric. Contour percentile. |
A matrix with points along the contour line.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.