找回密码
 注册
查看: 381|回复: 0

R语言 VGAM包 df.residual()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 15:32:02 | 显示全部楼层 |阅读模式
df.residual(VGAM)
df.residual()所属R语言包:VGAM

                                        Residual Degrees-of-Freedom
                                         剩余学位的自由

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Returns the residual degrees-of-freedom extracted from a fitted VGLM object.
返回的剩余度的自由提取从一个装有VGLM对象。


用法----------Usage----------


df.residual_vlm(object, type = c("vlm", "lm"), ...)



参数----------Arguments----------

参数:object
an object for which the degrees-of-freedom are desired, e.g., a vglm object.  
度的自由需要一个对象,例如,vglm对象。


参数:type
the type of residual degrees-of-freedom wanted. In some applications the 'usual' LM-type value is requested. The default is the first choice.  
类型的残留程度自由度想。在某些应用中,要求“一切如常”LM-类型的值。默认情况下是首选。


参数:...
additional optional arguments.  
额外的可选参数。


Details

详细信息----------Details----------

When a VGLM is fitted, a large ordinary least squares (OLS) fit is performed. The number of rows is M times the 'ordinary' number of rows of the LM-type model. Here, M is the number of linear/additive predictors. The formula for the VLM-type residual degrees-of-freedom  is nM - p^{*} where p^{*} is the number of columns of the 'big' VLM matrix. The formula for the LM-type residual degrees-of-freedom  is n - p where p is the number of columns of the 'ordinary' LM matrix.
当VGLM安装,大型普通最小二乘法(OLS)配合进行。的行数是M“普通”型LM模型的行数。在这里,M是的线性/添加剂的预测。 VLM型残余度的自由的公式是nM - p^{*}p^{*}是大VLM矩阵的列数。其计算公式为LM-型残余度的自由是n - p其中p是“普通”LM矩阵的列数。


值----------Value----------

The value of the residual degrees-of-freedom extracted from the object.
的残留程度的自由度从对象中提取的值。


参见----------See Also----------

vglm, deviance, lm.
vglm,deviance,lm。


实例----------Examples----------


pneumo <- transform(pneumo, let = log(exposure.time))
(fit <- vglm(cbind(normal,mild,severe) ~ let, propodds, pneumo))
model.matrix(fit)

df.residual(fit, type = "vlm")
nobs(fit, type = "vlm")
nvar(fit, type = "vlm")

df.residual(fit, type = "lm") # This is more usual to some people[这对一些人来说,是更常见的]
nobs(fit, type = "lm")
nvar(fit, type = "lm")

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-26 20:39 , Processed in 0.032651 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表