Displaying 1 result from an estimated 1 matches for "modelvcp1_glht_cld".
2012 Jul 07
0
Questions about glht() and interpretation of output from Tukey's in multcomp
...‘.’ 0.1 ‘ ’ 1 *
*(Adjusted p values reported -- single-step method)*
*
*
*
*
Based on the output it appears that the mean (LMA) is greatest at the
bottom and lowest at the bottom. However, when I receive the code letters
(a,b,c, etc) from
line and from a graph, the output suggests otherwise.
>modelVCP1_glht_cld<-cld(modelVCP1_glht,level=0.05,decreasing=FALSE)
>modelVCP1_glht_cld
>old.par<-par(mai=c(1,1,1.25,1))
>plot(modelVCP1_glht_cld,col=c("yellow","red","blue"))
>par(old.par)
First Question:
As you can see, the code letters in the boxplot graph seem to...