summary.sperrorestpoolederror(sperrorest)
summary.sperrorestpoolederror()所属R语言包:sperrorest
Summary and print methods for sperrorest results
为sperrorest结果的摘要和print方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Summary methods provide varying level of detail while print methods provide full details.
总结的方法提供了不同级别的详细信息,印刷方法提供详细资料。
用法----------Usage----------
## S3 method for class 'sperrorestpoolederror'
summary(object,
level = 0, na.rm = TRUE, ...)
## S3 method for class 'sperrorest'
summary(object, ...)
## S3 method for class 'sperrorestimportance'
print(x, ...)
## S3 method for class 'sperroresterror'
print(x, ...)
## S3 method for class 'sperrorestpoolederror'
print(x, ...)
## S3 method for class 'sperrorest'
print(x, ...)
参数----------Arguments----------
参数:object
a sperrorest object
sperrorest对象
参数:...
additional arguments for summary.sperroresterror or summary.sperrorestimportance
额外的参数为summary.sperroresterror或summary.sperrorestimportance
参数:x
Depending on method, a sperrorest, sperroresterror or sperrorestimportance object
根据方法,sperrorest,sperroresterror或sperrorestimportance对象
参数:level
Level at which errors are summarized: 0: overall; 1: repetition; 2: fold
在哪一级的错误总结:0:整体; 1:重复2:倍
参数:na.rm
Remove NA values? See mean etc.
删除NA值吗?见mean等等。
参见----------See Also----------
sperrorest, sperroresterror, sperrorestimportance, summary.sperroresterror, summary.sperrorestimportance
sperrorest,sperroresterror,sperrorestimportance,summary.sperroresterror,summary.sperrorestimportance
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|