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

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

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

                                        Fitted Values of a VLM object
                                         VLM对象的拟合值

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

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

Extractor function for the fitted values of a model object that inherits from a vector linear model (VLM), e.g., a model of class "vglm".
提取函数的拟合值的模型对象继承自一个向量线性模型(VLM),例如,一个模型类"vglm"。


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


fittedvlm(object, matrix.arg = TRUE, ...)



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

参数:object
a model object that inherits from a VLM.  
一个模型对象继承自一个VLM。


参数:matrix.arg
Logical. Return the answer as a matrix? If FALSE then it will be a vector.  
逻辑。作为一个矩阵返回答案?如果FALSE那么这将是一个矢量。


参数:...
Currently unused.  
目前未使用。


Details

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

The “fitted values” usually corresponds to the mean response, however, because the VGAM package fits so many models, this sometimes refers to quantities such as quantiles. The mean may even not exist, e.g., for a Cauchy distribution.
“拟合值”对应的平均响应,但是,因为VGAM包适合这么多车型,这有时是指数量,如位数。平均甚至可能不存在的,例如,一个柯西分布。


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

The fitted values as returned by the inverse slot of the VGAM family function, evaluated at the final IRLS iteration.
返回的拟合值inverse插槽VGAM家庭功能评估在最后IRLS迭代。


注意----------Note----------

This function is one of several extractor functions for the VGAM package. Others include coef, deviance, weights and constraints etc.  This function is equivalent to the methods function for the generic function fitted.values.
此功能是VGAM包的几个提取功能之一。其他包括coef,deviance,weights和constraints此功能的方法功能的通用功能fitted.values。

If fit is a VLM or VGLM then fitted(fit) and predict(fit, type="response") should be equivalent. The latter has the advantage in that it handles a newdata argument so that the fitted values can be computed for a different data set.
如果fit是一个VLM或VGLM的那么fitted(fit)和predict(fit, type="response")应该是相同的。后者具有的优点,它使处理newdata参数对于不同的数据集可以被计算拟合值。


(作者)----------Author(s)----------


Thomas W. Yee



参考文献----------References----------

Statistical Models in S. Wadsworth & Brooks/Cole.

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

fitted, predictvglm, vglmff-class.
fitted,predictvglm,vglmff-class。


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


# Categorical regression example 1[类别回归的例子1]
pneumo = transform(pneumo, let = log(exposure.time))
(fit = vglm(cbind(normal, mild, severe) ~ let, propodds, pneumo))
fitted(fit)

# LMS quantile regression example 2[LMS位数回归的例子2]
fit = vgam(BMI ~ s(age, df = c(4,2)),
           fam = lms.bcn(zero = 1), data = bmi.nz, trace = TRUE)
head(predict(fit, type = "r"))  # The following three are equal[下面的三个是相等的]
head(fitted(fit))
predict(fit, type = "r", newdata = head(bmi.nz))

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-26 21:38 , Processed in 0.025203 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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