summary-methods | R Documentation |
Produce result summaries of an object of class "Fa".
summary(object, ...)
object |
an object of class |
... |
additional arguments, e.g., print.x=TRUE. |
signature(object = "Fa")
Summary an object of class "Fa".
Ying-Ying Zhang (Robert) robertzhangyying@qq.com
Zhang, Y. Y. (2013), An Object Oriented Solution for Robust Factor Analysis.
data("hbk")
hbk.x = hbk[,1:3]
faCovPcaRegMcd = FaCov(x = hbk.x, factors = 2, method = "pca",
scoresMethod = "regression", cov.control = rrcov::CovControlMcd()); faCovPcaRegMcd
faCovPcaRegMcd
summary(faCovPcaRegMcd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.