search for: blocks2

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

Did you mean: blocks
2001 Mar 10
3
Problem With Model.Tables Function
...1 > model.tables(balanced,"means") Tables of means Grand mean 14.41667 blocks 1 2 3 4 13.667 16.333 12.333 15.333 trtmnts 1 2 3 10.50 13.75 19.00 Entering the data again and dropping treatment 2, block3 and treatment 3, block 4, we have: > blocks2<-factor(c(1,2,3,4,1,2,4,1,2,3)) > trtmts2<-factor(c(1,1,1,1,2,2,2,3,3,3,)) > data2<-c(10,12,9,11,13,15,16,18,22,17) > unbalanced<-aov(data2~blocks2+trtmts2) > summary(unbalanced) Df Sum Sq Mean Sq F value Pr(>F) blocks2 3 18.267 6.089 7.4341 0.041...