FaRobust-class(robustfa)
FaRobust-class()所属R语言包:robustfa
Class "FaRobust"
类“FaRobust”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Class "FaRobust" is a virtual base class for all robust FA classes. Currently the only available robust FA class is "FaCov". The class "FaRobust" serves as a base class for deriving all other classes representing the results of the robust Factor Analysis methods.
"FaRobust"类是一个虚基类的所有强大的FA类。目前唯一可用的强大的FA类是"FaCov"。类"FaRobust"作为一个强大的因子分析方法的结果所产生的所有其他类的基类。
类对象----------Objects from the Class----------
A virtual Class: No objects may be created from it.
可能会从它创建一个虚拟类:没有对象。
插槽----------Slots----------
call: Object of class "language" an unevaluated function call
call:类"language"一个未计算的函数调用的对象
converged: Object of class "Ulogical" a logical character indicates whether the iterations converged
converged类的对象"Ulogical"一个逻辑字符表示的迭代是否融合
loadings: Object of class "matrix" the matrix of variable loadings
loadings:类的对象"matrix"的矩阵变载荷
uniquenesses: Object of class "vector" the uniquenesses computed
uniquenesses:计算对象类"vector"的独特性,
correlation: Object of class "matrix" the correlation matrix
correlation:对象类"matrix"的相关系数矩阵
criteria: Object of class "Unumeric". The results of the optimization: the value of the negative log-likelihood and information on the iterations used.
criteria:对象的类"Unumeric"。优化的结果:的值的负对数似然和信息所使用的迭代。
factors: Object of class "numeric" the number of factors
factors:类的对象"numeric"多项因素
dof: Object of class "Unumeric". The number of degrees of freedom of the factor analysis model.
dof:对象的类"Unumeric"。的数目的因子分析模型的自由程度。
method: Object of class "character". The method: one of "mle", "pca", and "pfa".
method:对象的类"character"。的方法:“MLE”,“pca的”,和“粉煤灰”之一。
scores: Object of class "Umatrix". If requested, a matrix of scores.
scores:对象的类"Umatrix"。如果有要求,矩阵的分数。
scoresMethod: Object of class "character". The scores method: one of "none", "regression", and "Bartlett".
scoresMethod:对象的类"character"。的分数的方法:“无”,“倒退”,和“巴特利特”之一。
STATISTIC: Object of class "Unumeric". The significance-test statistic, if it can be computed.
STATISTIC:对象的类"Unumeric"。的意义,检验统计量,如果它可以被计算出来。
PVAL: Object of class "Unumeric". The significance-test P value, if it can be computed.
PVAL:对象的类"Unumeric"。的意义检验P值,如果它可以计算。
n.obs: Object of class "Unumeric". The number of observations if available.
n.obs:对象的类"Unumeric"。观测值的数量(如果可用)。
center: Object of class "Uvector". The center of the data.
center:对象的类"Uvector"。中心的数据。
eigenvalues: Object of class "vector" the eigenvalues
eigenvalues:对象类"vector"的特征值
cov.control: Object of class "UCovControl". Record the cov control method.
cov.control:对象的类"UCovControl"。记录覆盖控制方法。
扩展----------Extends----------
Class "Fa", directly.
类"Fa",直接。
方法----------Methods----------
No methods defined with class "FaRobust" in the signature.
没有定义的方法与类的“FaRobust”的签名。
(作者)----------Author(s)----------
Ying-Ying Zhang (Robert) <a href="mailto:robertzhang@cqu.edu.cn">robertzhang@cqu.edu.cn</a>
参考文献----------References----------
参见----------See Also----------
FaClassic-class, FaCov-class, FaRobust-class, Fa-class
FaClassic-class,FaCov-class,FaRobust-class,Fa-class
实例----------Examples----------
showClass("FaRobust")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|