deviance(stats)
deviance()所属R语言包:stats
Model Deviance
型号越轨
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns the deviance of a fitted model object.
返回拟合模型对象的越轨行为。
用法----------Usage----------
deviance(object, ...)
参数----------Arguments----------
参数:object
an object for which the deviance is desired.
的偏差所需的对象。
参数:...
additional optional argument.
额外的可选参数。
Details
详情----------Details----------
This is a generic function which can be used to extract deviances for fitted models. Consult the individual modeling functions for details on how to use this function.
这是一个通用的功能,可用于提取deviances拟合模型。咨询有关如何使用此功能的详细信息,个别的建模功能。
值----------Value----------
The value of the deviance extracted from the object object.
的从对象object提取的偏差值。
参考文献----------References----------
Statistical Models in S. Wadsworth & Brooks/Cole.
参见----------See Also----------
df.residual, extractAIC, glm, lm.
df.residual,extractAIC,glm,lm。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|