myFaPrint | R Documentation |
Show/print/display an object, including the Call, Standard deviations, Loadings, and Rotated variables (if print.x = TRUE
).
myFaPrint(object, print.x=FALSE)
object |
an object of class |
print.x |
Logical. If |
An invisible argument object
.
Ying-Ying Zhang (Robert) robertzhangyying@qq.com
Zhang, Y. Y. (2013), An Object Oriented Solution for Robust Factor Analysis.
Fa-class
data("hbk")
hbk.x = hbk[,1:3]
faCovPcaRegMcd = FaCov(x = hbk.x, factors = 2, method = "pca",
scoresMethod = "regression", cov.control = rrcov::CovControlMcd())
## you can use either object or print(object) or myFaPrint(object)
## since faCovPcaRegMcd is an object of class "Fa"
faCovPcaRegMcd
print(faCovPcaRegMcd)
myFaPrint(faCovPcaRegMcd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.