Hi all, 
I wonder if anyone can help. I'm trying to calculate the means from a mixed
model analysis using Multcomp

My  code is 

glht(lme(response~treatment, random=~1|patient, data=statdata, na.action =
(na.omit)), linfct=mcp(treatment="Means"))

It appears that the "Means" option is not valid for lme models, is this
correct? I couldn't find anything in the documentation about this.

Thanks in advance for any advice!
Simon
-- 
View this message in context: 
http://www.nabble.com/Multcomp%2C-means-and-mixed-models-tp24614247p24614247.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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