Displaying 1 result from an estimated 1 matches for "al400".
Did you mean:
a400
2005 Mar 09
1
multiple comparisons for lme using multcomp
...do (seem uncorrect)
> summary(csimtest(coef(lm1),vcov(lm1),cmatrix=contrMat(table(treatment),
type="Tukey"),df=59))
Error in csimtest(coef(lm1), vcov(lm1), cmatrix =
contrMat(table(treatment), : estpar not a vector
> #indeed
> coef(lm1)
(Intercept) treatmentAl200 treatmentAl400 treatmentAl600 treatmentAl800
a 1.546679 -0.1648540 -0.4895219 -0.6383375 -0.7066632
b 1.546657 -0.1648540 -0.4895219 -0.6383375 -0.7066632
c 1.546664 -0.1648540 -0.4895219 -0.6383375 -0.7066632
d 1.546643 -0.1648540 -0.4895219...