Displaying 1 result from an estimated 1 matches for "modelaov".
Did you mean:
modela
2006 Jan 21
0
Means from balanced incomplete block design
...ot;,"T2","T2","T3","T4","T5","T1","T2"))
response <- c(4.43,3.16,1.40,5.09,1.81,4.54,3.91,6.02,3.32,4.66,
3.09,3.56,3.66,2.81,4.66,1.60,2.13,1.31,4.26,3.86,
5.87,2.57,3.06,3.45,3.31,5.10,5.42,5.53,4.46,3.94)
incomplt.blk.modelaov <-
aov(response ~ T + Error(day))
summary(incomplt.blk.modelaov)
model.tables(incomplt.blk.modelaov, type = "means", se = TRUE)
It gives the correct anova, but the attempt to extract the treatment means
using function model.tables() produces the following error:
Error in FUN(X[[1...