deviance.TWIX(TWIX)
deviance.TWIX()所属R语言包:TWIX
Deviance of the TWIX-trees
越轨TWIX树
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns the deviance of a fitted model object.
返回拟合模型对象的偏差。
用法----------Usage----------
## S3 method for class 'TWIX'
参数----------Arguments----------
参数:object
an object of class TWIX or bootTWIX for which the deviance is desired.
所需的TWIX和bootTWIX类对象的偏差。
参数:type
a deviance from test, training or from both data.
一个测试,培训或来自两个数据的偏差。
参数:...
additional arguments.
其他参数。
值----------Value----------
The value of the deviance extracted from the object object.
从对象object萃取的越轨的值。
参见----------See Also----------
TWIX, predict.TWIX, bootTWIX
TWIX,predict.TWIX,bootTWIX
实例----------Examples----------
data(olives)
Tree <- TWIX(Region~.,data=olives,topN=c(5,3),method="local")
deviance(Tree)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|