search for: trtmnts

Displaying 1 result from an estimated 1 matches for "trtmnts".

Did you mean: trtmnt
2001 Mar 10
3
Problem With Model.Tables Function
...1.2.1, and 1.2.2 under Windows 98 and several distributions of Linux (Redhat 7.0, Mandrake 7.2, SuSE 7.0, and 7.1). The situation is best illustrated with a small example of a randomized block design having three treatments and four blocks. > blocks<-factor(c(1,2,3,4,1,2,3,4,1,2,3,4)) > trtmnts<-factor(c(1,1,1,1,2,2,2,2,3,3,3,3)) > data<-c(10,12,9,11,13,15,11,16,18,22,17,19) > balanced<-aov(data~blocks+trtmnts) > summary(balanced) Df Sum Sq Mean Sq F value Pr(>F) blocks 3 28.250 9.417 10.273 0.008868 ** trtmnts 2 147.167 73.583 80.273...