Description Usage Arguments Value See Also Examples
View source: R/summary.covfm.q
The generic summary method for objects of class "covClassic", "covRob", and "covfm".
1 2 3 4 5 6 |
object |
an object of class "covClassic", "covRob", or "covfm". |
... |
additional arguments for the summary method. |
an object of class "summary.covClassic", "summary.covRob", or "summary.covfm" respectively. Objects of class "summary.cov" and "summary.covRob" have the following components. Objects of class "summary.covfm" are lists whose elements are "summary.cov" and "summary.covRob" objects.
call |
an image of the call that produced the object with all the arguments named. |
cov |
a numeric matrix containing the estimate of the covariance/correlation matrix. |
center |
a numeric vector containing the estimate of the location vector. |
evals |
a numeric vector containing the eigenvalues of the covariance/correlation matrix. |
dist |
a numeric vector containing the Mahalanobis distances. Only present if |
corr |
a logical flag. If |
summary
,
covClassic
,
covRob
,
fit.models
.
1 2 3 4 5 6 7 8 9 10 | data(woodmod.dat)
woodm.cov <- covClassic(woodmod.dat)
summary(woodm.cov)
woodm.covRob <- covRob(woodmod.dat)
summary(woodm.covRob)
woodm.fm <- fit.models(list(Robust = "covRob", Classical = "covClassic"),
data = woodmod.dat)
summary(woodm.fm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.