Hi!

I am quiet new with R and I have some problems to perform a posthoc test
with an lme model.
My model is the following:

>lme1<-lme(eexp~meal+time, random=~1|id,na.action=na.omit)

and then i try to get a post hoc test:

>summary(glht(lme1,linfct=mcp(meal="Tukey)))

but I get a warning message: Erreur dans as.vector(x, mode) : argument
'mode' incorrect

Thank you for your help

Guillaume
-- 
View this message in context: 
http://www.nabble.com/post-hoc-test-after-lme-tp24972301p24972301.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