SummaryCovNARobust-class(rrcovNA)
SummaryCovNARobust-class()所属R语言包:rrcovNA
Class "SummaryCovNARobust" - summary of "CovNARobust" objects
“SummaryCovNARobust类” - 总结“CovNARobust”的对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Summary information for CovRobust objects meants for printing by 'show'
摘要信息的打印CovRobust对象meants的“秀”
类对象----------Objects from the Class----------
Objects can be created by calls of the form new("SummaryCovNARobust", ...), but most often by invoking 'summary' on an "CovNA" object. They contain values meant for printing by 'show'.
可以创建对象的形式通过调用new("SummaryCovNARobust", ...),但最经常引用的“CovNA”对象的“摘要”。它们包含的值意味着印刷的“秀”。
插槽----------Slots----------
No Slots defined with class "SummaryCovNARobust" in the signature.
没有插槽定义类"SummaryCovNARobust"的签名。
扩展----------Extends----------
Class "SummaryCovNA", directly.
类"SummaryCovNA",直接。
方法----------Methods----------
show signature(object = "SummaryCovNARobust"): ...
显示signature(object = "SummaryCovNARobust"):...
(作者)----------Author(s)----------
Valentin Todorov <a href="mailto:valentin.todorov@chello.at">valentin.todorov@chello.at</a>
参考文献----------References----------
An Object Oriented Framework for Robust Multivariate Analysis. Journal of Statistical Software, 32(3), 1–47. URL http://www.jstatsoft.org/v32/i03/.
参见----------See Also----------
CovRobust-class, SummaryCov-class
CovRobust-class,SummaryCov-class
实例----------Examples----------
data(hbk)
hbk.x <- data.matrix(hbk[, 1:3])
cv <- CovMest(hbk.x)
cv
summary(cv)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|