[R-sig-ME] plotting random effects, continued

Robert Kushler kushler at oakland.edu
Sun Apr 4 19:57:32 CEST 2010


I have found a solution to my plotting problem (thanks to Dennis Murphy
for a helpful nudge).  The solution is to store the list of plots and
then call plot yourself.  I wanted to combine the plots on a single page;
putting them on separate pages is actually easier.

ppp <- dotplot(ranef(mod,postVar=TRUE))
plot(ppp$factor1,split=c(1,1,2,1))
plot(ppp$factor2,newpage=FALSE,split=c(2,1,2,1))

Doug, is this obscure enough to warrant expanding the comment in your book?

Regards,   Rob Kushler




More information about the R-sig-mixed-models mailing list