This methods function returns important matrices etc. of a RR-VGLM object.
Coef.rrvglm(object, ...)
An object of class "rrvglm"
.
Currently unused.
An object of class "Coef.rrvglm"
(see Coef.rrvglm-class
).
The A, B1, C matrices are returned,
along with other slots.
See rrvglm
for details about RR-VGLMs.
Yee, T. W. and Hastie, T. J. (2003) Reduced-rank vector generalized linear models. Statistical Modelling, 3, 15--41.
Coef.rrvglm-class
,
print.Coef.rrvglm
,
rrvglm
.
# NOT RUN {
# Rank-1 stereotype model of Anderson (1984)
pneumo <- transform(pneumo, let = log(exposure.time), x3 = runif(nrow(pneumo)))
fit <- rrvglm(cbind(normal, mild, severe) ~ let + x3, multinomial, data = pneumo)
coef(fit, matrix = TRUE)
Coef(fit)
# }
Run the code above in your browser using DataLab