Displaying 1 result from an estimated 1 matches for "bioplastic".
2013 Feb 26
1
Getting the correct factor level as Dunnett control in glht()
...lity it offers. I there a
place to enter a base level? I have not had any luck with this question
looking at online documentation. Is the book for multcomp a good reference?
Thanks to Dalgaard's book, I was able stumble through reordering the data.
>levels(petunia$Container)
[1] "bioplastic" "coir" "cow" "fertil" "net" "peat" "plastic" "rice" "soilwrap"
[10] "straw"
>petunia$Container <- factor(petunia$Container,levels(petunia$Container)[c(7,1:6,8...