myFaPrint(robustfa)
myFaPrint()所属R语言包:robustfa
Show/Print/Display an Object
显示/打印/显示对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Show/print/display an object, including the Call, Standard deviations, Loadings, and Rotated variables (if print.x = TRUE).
显示/打印/显示对象,包括呼叫,标准偏差,荷载和旋转变量(如果print.x = TRUE“)。
用法----------Usage----------
myFaPrint(object, print.x=FALSE)
参数----------Arguments----------
参数:object
an object of class "Fa" or of a class derived from "Fa".
类的一个对象"Fa"的一类来自"Fa"。
参数:print.x
Logical. If print.x = TRUE, then print the rotated variables (scores).
逻辑。如果print.x = TRUE,然后打印旋转变量(分数)。
值----------Value----------
An invisible argument object.
有一条无形的参数object。
(作者)----------Author(s)----------
Ying-Ying Zhang (Robert) <a href="mailto:robertzhang@cqu.edu.cn">robertzhang@cqu.edu.cn</a>
参考文献----------References----------
参见----------See Also----------
Fa-class
Fa-class
实例----------Examples----------
data(stock611)
facovRegOgk=FaCov(x=scale(stock611[,3:12]), factors=3, cov.control = CovControlOgk(),
scoresMethod = "regression")
## object=show(object)=print(object)=myFaPrint(object)[#对象=显示(对象)=打印(对象)= myFaPrint(对象)]
## facovRegOgk is an object of class "Fa"[#facovRegOgk是一个类对象的“法”]
facovRegOgk
show(facovRegOgk)
print(facovRegOgk)
myFaPrint(facovRegOgk)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|