summary.sperrorestimportance(sperrorest)
summary.sperrorestimportance()所属R语言包:sperrorest
Summarize variable importance statistics obtained by sperrorest
总结变量的重要性得到sperrorest统计
译者:生物统计家园网 机器人LoveR
描述----------Description----------
summary.sperrorestimportance calculated mean, standard deviation, median etc. of the calculated error measures at the specified level (overall, repetition, or fold).
summary.sperrorestimportance计算平均值,标准差,中位数等措施,在规定的水平(整体,重复,或折)的计算错误。
用法----------Usage----------
## S3 method for class 'sperrorestimportance'
summary(object,
level = 0, na.rm = TRUE, which = NULL, ...)
参数----------Arguments----------
参数:object
sperrorestimportance object calculated by sperrorest called with argument importance=TRUE
sperrorestimportance对象的sperrorest调用参数importance=TRUE计算的
参数:which
optional character vector specifying selected variables for which the importances should be summarized (to do: check implementation)
可选的字符向量确定所选变量的重要性应该总结(做的:检查实施)
参数: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等等。
参数:...
additional arguments (currently ignored)
额外的参数(目前被忽略)
值----------Value----------
a list or data.frame, depending on the level of aggregation
列表或数据框,根据level的聚合
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|