summary.aggr(VIM)
summary.aggr()所属R语言包:VIM
Summary method for objects of class aggr
摘要方法的对象的类AGGR
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Summary method for objects of class "aggr".
摘要的方法的对象类"aggr"。
用法----------Usage----------
## S3 method for class 'aggr'
summary(object, ...)
参数----------Arguments----------
参数:object
an object of class "aggr".
对象类"aggr"。
参数:...
further arguments.
进一步的论据。
值----------Value----------
a list of class "summary.aggr" containing the following components:
列表类"summary.aggr"包含以下组件:
参数:missings
a data.frame containing the amount of missing or imputed values in each variable.
一个data.frame每个变量中包含量的丢失或估算值。
参数:combinations
a data.frame containing a character vector representing the combinations of variables along with their frequencies and percentages.
一个data.frame包含一个字符向量,代表变量的组合,其频率和百分比。
(作者)----------Author(s)----------
Matthias Templ, modifications by Andreas Alfons
参见----------See Also----------
print.summary.aggr, aggr
print.summary.aggr,aggr
实例----------Examples----------
data(sleep, package = "VIM")
summary(aggr(sleep, plot=FALSE))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|