Marte Lilleeng <mlilleeng <at> gmail.com> writes:

> 

 
 [snip]

> 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?

  It would probably be best to send this to the r-sig-mixed-models list.
You may want to look at the code at http://glmm.wikidot.com/faq for
generating predictions and confidence intervals from lmer fits.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to