Skip to content
Prev 68952 / 398506 Next

formula in fixed-effects part of GLMM

On Mon, 2005-05-02, 17:24, Douglas Bates wrote:

            
I don't have access to the "White Book" right now (or R, for that matter),
but doesn't it say that something like the following works?

fit.lm <- lm(y ~ x)
fit.glm <- update(fit.lm, class = "glm")

But this isn't implemented in R, right? If one can make a wish, it would
be really nice being able to (using weihong's example):

bar <- update(foo, . ~ . + (1|yr), class = "lmer")


//Henric