summary.imp(robCompositions)
summary.imp()所属R语言包:robCompositions
Summary method for objects of class imp
摘要方法的对象类小鬼
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A short comparison of the original data and the imputed data is given.
比较短的原始数据和估算数据。
用法----------Usage----------
## S3 method for class 'imp'
summary(object, ...)
参数----------Arguments----------
参数:object
an object of class "imp"
对象类小鬼,
参数:...
additional arguments passed trough
额外的参数传递槽
Details
详细信息----------Details----------
Note that this function will be enhanced with more sophisticated methods in future versions of the package. It is very rudimental in its present form.
请注意,此功能将加强与更复杂的方法,在未来版本的软件包。在其目前的形式,这是非常残留。
值----------Value----------
None (invisible NULL).
“无”(不可见NULL)。
(作者)----------Author(s)----------
Matthias Templ
参见----------See Also----------
impCoda, impKNNa
impCoda,impKNNa
实例----------Examples----------
data(expenditures)
expenditures[1,3]
expenditures[1,3] <- NA
xi <- impKNNa(expenditures)
xi
summary(xi)
# plot(xi, which=1:2)[图点(xi,= 1:2)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|