offset(stats)
offset()所属R语言包:stats
Include an Offset in a Model Formula
包括在模型公式的偏移量
译者:生物统计家园网 机器人LoveR
描述----------Description----------
An offset is a term to be added to a linear predictor, such as in a generalised linear model, with known coefficient 1 rather than an estimated coefficient.
偏移是一个长期被添加到线性预测,如在广义线性模型与已知的系数为1,而不是估计系数,。
用法----------Usage----------
offset(object)
参数----------Arguments----------
参数:object
An offset to be included in a model frame
在一个模型框架包括一个偏移
Details
详情----------Details----------
There can be more than one offset in a model formula, but - is not supported for offset terms (and is equivalent to +).
可以有超过一个模型公式中的偏移量,但-offset条款不支持(相当于+)。
值----------Value----------
The input value.
输入值。
参见----------See Also----------
model.offset, model.frame.
model.offset,model.frame。
For examples see glm and Insurance in package MASS.
例子看到glm和Insurance包MASS。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|