Description Usage Arguments Value Examples
View source: R/ellipsesPlot.covfm.q
When there are 3 or more variables in the data, this function produces a matrix with ellipses drawn in the upper triangle.  The ellipse in cell i,j of the plot is drawn to be a contour of a standard bivariate normal with correlation ρ_{ij}.  One ellipse is drawn in each cell for each model in the covfm object.  When there are 2 variables in the data, this function produces a scatter plot of the data with an overlaid 95% confidence ellipse for each model in the covfm object.
| 1 | 
| x | a  | 
| ... | additional arguments are ignored. | 
x is invisibly returned.
| 1 2 3 4 |   data(woodmod.dat)
  woodm.fm <- fit.models(list(Robust = "covRob", Classical = "covClassic"),
                         data = woodmod.dat)
  ellipsesPlot.covfm(woodm.fm)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.