Re: [R] anova.mlm for single model (one-way repeated measured anova)

2006-08-12 Thread Prof Brian Ripley
On Sat, 12 Aug 2006, takahashi kohske wrote: Dear list members: I'd like to one-way repeated measured anova by using mlm. I'm using R-2.3.1 and my code is: dat-matrix( c(9,7,8,8,12,11,8,13, 6,5,6,3,6,7,10,9, 10,13,8,13,12,14,14,16, 9,11,13,14,16,12,15,14),

[R] anova.mlm for single model (one-way repeated measured anova)

2006-08-11 Thread takahashi kohske
Dear list members: I'd like to one-way repeated measured anova by using mlm. I'm using R-2.3.1 and my code is: dat-matrix( c(9,7,8,8,12,11,8,13, 6,5,6,3,6,7,10,9, 10,13,8,13,12,14,14,16, 9,11,13,14,16,12,15,14), ncol=4, dimname=list(s=1:8, c=1:4)) mlmfit-lm(dat~1)