Coef.rrvglm(VGAM)
Coef.rrvglm()所属R语言包:VGAM
Returns Important Matrices etc. of a RR-VGLM Object
返回的重要矩阵等一个RR-VGLM对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This methods function returns important matrices etc. of a RR-VGLM object.
此方法函数返回矩阵等一个RR-VGLM对象。
用法----------Usage----------
Coef.rrvglm(object, ...)
参数----------Arguments----------
参数:object
An object of class "rrvglm".
对象的类"rrvglm"。
参数:...
Currently unused.
目前未使用。
Details
详细信息----------Details----------
The A, B1, C matrices are returned, along with other slots. See rrvglm for details about RR-VGLMs.
返回的A,B1,C矩阵,以及与其他时隙。见rrvglm为RR-VGLMs的详细信息。
值----------Value----------
An object of class "Coef.rrvglm" (see Coef.rrvglm-class).
类的一个对象"Coef.rrvglm"(见Coef.rrvglm-class)。
注意----------Note----------
This function is an alternative to coef.rrvglm.
此功能替代coef.rrvglm。
(作者)----------Author(s)----------
Thomas W. Yee
参考文献----------References----------
Reduced-rank vector generalized linear models. Statistical Modelling, 3, 15–41.
参见----------See Also----------
Coef.rrvglm-class, print.Coef.rrvglm, rrvglm.
Coef.rrvglm-class,print.Coef.rrvglm,rrvglm。
实例----------Examples----------
# Rank-1 stereotype model of Anderson (1984)[等级1刻板模式,安德森(1984)]
pneumo = transform(pneumo, let = log(exposure.time), x3 = runif(nrow(pneumo)))
fit = rrvglm(cbind(normal, mild, severe) ~ let + x3, multinomial, pneumo)
coef(fit, matrix = TRUE)
Coef(fit)
print(Coef(fit), digits = 3)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|