Displaying 1 result from an estimated 1 matches for "modelvcp1_glht".
2012 Jul 07
0
Questions about glht() and interpretation of output from Tukey's in multcomp
...8
71 117.0 TOP 21.2 31 7
72 101.1 TOP 21.2 31 8
##Model##
>modelVCP1<-lme(LMA.vcp~Canopy.position.vcp+Leaf.height.vcp,random=~1 |
plots.vcp/tree.vcp,data=data.vcp,na.action=na.omit) ##lme model##
>modelVCP1_glht<-glht(modelVCP1,linfct=mcp(Canopy.position.vcp="Tukey"))
>summary(modelVCP1_glht) ##summary output of Tukey's test##
*Simultaneous Tests for General Linear Hypotheses*
*
*
*Multiple Comparisons of Means: Tukey Contrasts*
*
*
*
*
*Fit: lme.formula(fixed = LMA.vcp ~ Canopy.posit...