[R] post hoc test after lme

Casimir gcarrel at gmail.com
Fri Aug 14 16:06:55 CEST 2009


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.




More information about the R-help mailing list