deviance.tree(tree)
deviance.tree()所属R语言包:tree
Extract Deviance from a Tree Object
从树对象中提取越轨行为
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Extract deviance from a tree object.
提取偏差从一个树对象。
用法----------Usage----------
## S3 method for class 'tree'
deviance(object, detail = FALSE, ...)
参数----------Arguments----------
参数:object
an object of calls "tree"
呼叫一个目的"tree"
参数:detail
logical. If true, returns a vector of deviance contributions from each node.
逻辑。如果为true,则返回一个向量的偏差贡献的每个节点。
参数:...
arguments to be passed to or from other methods.
参数被传递到或从其他方法。
值----------Value----------
The overall deviance, or a vector of contributions from the cases at each node. The overall deviance is the sum over leaves in the latter case.
总体偏差,或矢量的情况下,在每个节点的贡献。的整体的偏差行为是在后者的情况下叶片的总和超过。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|