Skip to content
Prev 10571 / 20628 Next

Extracting Random Effects and Variances of Each Group from the Poisson Model

On Tue, Aug 27, 2013 at 05:02:06PM -0500, Lijun Chen wrote:
Have you tried

dotplot(ranef(fit2, postVar = TRUE))

and 

attr(ranef(fit2, postVar = TRUE)[[1]], "postVar")

?