[R] extracting posterior variances of random effects (lme vs. lmer)

2008-04-12 Thread Sam Field
List, I am having trouble locating documentation on how one extracts posterior variances of the random effects from an lme object. I have found equivalent documentation for lmer(using ranef()), but nothing for lme. Any help would be greatly appreciated! Sam -- Note the new

[R] glmmML vs. lmer - fitting overdispersed Poisson outcome.

2007-10-15 Thread Sam Field
Group, I have count data with one observation per subject. I would like to fit a glmm to these data in order to account for overdispersion in the outcome. The lmer() function does not appear to be able to handle data that have only one observation per-cluster id, even though separate