[R] Plot lmer model with Effects package

Marte Lilleeng mlilleeng at gmail.com
Thu Oct 25 16:11:07 CEST 2012


Hi everyone!
I have a simple model that i would like to plot with 95% CIs.
It is like follows:
m1<-lmer(Richness~Grazing+I(Grazing^2)+(1|Plot),family=poisson)

By using the effects package I get two plots, one for the linear term
and one for the squared term.
Q1: Can I get all in one? I.e. with one line for the whole model?
Q2: Can I also visualize the random effects?

I would be very happy for your answers!

-- 
Mvh Marte S. Lilleeng



More information about the R-help mailing list