[R] clear plot linear mixed model

Christof Kluß ckluss at email.uni-kiel.de
Mon Jan 2 10:43:28 CET 2012


Hi,

first a happy new year ;)

I would like to plot the regression lines of a model like

lme <- lme(conc ~ name/time - 1, 
random=conc~time|nr,method="ML",data=measurements)

Ideally a seperate plot for each regression line (respectively name) and 
seperate colors for the measurements (nr).

How would you do that?

thx
Christof



More information about the R-help mailing list