Displaying 1 result from an estimated 1 matches for "cytdens".
Did you mean:
cnbdens
2005 Mar 07
0
Questions about glmms.
Hi,
I have a couple of questions related to glmm (glmmPQL
in MASS and GLMM in lme4).
1) is there some way do obtain the fitted values by
group, similar to:
> predict(dbd.glmmPQL, dbd.cytdens,
+ type="response", level=0)
where dbd.glmmPQL is the fitted model and dbd.cytdens
is a data frame with a subset of the factors?
2) when I double-click on a saved workspace (.RData
file) containing lme4 objects there is an error
message and R crashes. Instead, if I load lme4 a...