Re: [R] How to do Multiple Comparisons for a Mixed Effects Model

2011-09-23 Thread Ben Bolker
Allan Carson unbc.ca> writes: [snip] > When I try to conduct a > multiple comparison, I get an error (See below): > fm3<- lme(abovegroundbiomass.m.2~medium*amelioration*fertilizer*treatment, > random=~1|block/medium/amelioration/fertilizer) > tukeytest<-glht(fm3, linfct=mcp(treatment="Tukey"))

[R] How to do Multiple Comparisons for a Mixed Effects Model

2011-09-22 Thread Allan Carson
Hello everyone I am currently trying to conduct analysis of my graduate thesis data using a mixed effects model and I have reached an impass. When I try to conduct a multiple comparison, I get an error (See below): > fm3<- lme(abovegroundbiomass.m.2~medium*amelioration*fertilizer*treatment, ra