Displaying 1 result from an estimated 1 matches for "multc2".
Did you mean:
mult2
2009 Aug 17
1
Multiple comparison on lme model with 2 fixed factors
...~1|Vol,na.action=na.omit,data=data)
multc = glht(lmeglu, linfct = mcp(Ath = "Tukey", tim = "Tukey"))
This works fine for identifying the effect of each factor. However, when I
look for their interactions, l only obtain error messages.
For example this leads to a syntax error...
multc2 <- glht(lmeglu, linfct = mcp(Ath:tim = "Tukey", tim = "Tukey"))
I try to identify/locate differences in glucose concentration (glucose in
the model) between groups (Ath) at each time point (tim).
Thanks a lot for your help
Regards
Virgile
--
View this message in context:...