detail(robustfa)
detail()所属R语言包:robustfa
Show Details of an Object
显示详细信息的对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Show details of an object.
显示一个对象的细节。
用法----------Usage----------
detail(x)
参数----------Arguments----------
参数:x
Any R object to be tested.
任何R对象进行测试。
值----------Value----------
A list with components:
组件列表:
参数:x
The argument x.
参数x。
参数:isS4
Logical, indicates whether x is an S4 object.
逻辑,是否x是一个S4对象。
参数:isObject
Logical, indicates whether x is an object, i.e., with a class attribute.
逻辑,是否x是一个对象,即,一个类的属性。
参数:class
The class of x.
类x。
参数:attributes
The attributes of x. Usually result$attributes is also a list.
的属性x。通常result$attributes也是一个列表。
(作者)----------Author(s)----------
Ying-Ying Zhang (Robert) <a href="mailto:robertzhang@cqu.edu.cn">robertzhang@cqu.edu.cn</a>
参考文献----------References----------
参见----------See Also----------
isS4, is.object, class, attributes
isS4,is.object,class,attributes
实例----------Examples----------
data(stock611)
detail(stock611)
facovRegOgk=FaCov(x=scale(stock611[,3:12]), factors=3, cov.control = CovControlOgk(),
scoresMethod = "regression"); facovRegOgk
detail(facovRegOgk)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|