print-methods | R Documentation |
Print/display an object, including the Call, Standard deviations, Loadings.
print(x, ...)
x |
an object of class |
... |
additional arguments, e.g., print.x=TRUE |
An invisible argument x
.
generic functions - see print
, summary
, predict
, plot
, getCenter
, getEigenvalues
, getFa
, getLoadings
, getQuan
, getScores
, getSdev
generic functions - see print
, summary
, predict
, plot
, getCenter
, getEigenvalues
, getFa
, getLoadings
, getQuan
, getScores
, getSdev
Ying-Ying Zhang (Robert) robertzhangyying@qq.com
Zhang, Y. Y. (2013), An Object Oriented Solution for Robust Factor Analysis.
Fa-class
, SummaryFa-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.