Displaying 2 results from an estimated 2 matches for "aovmod".
Did you mean:
covmod
2004 Jun 14
0
inheritance problem in multcomp package (PR#6978)
...-- 90 % t value Std.Err. p raw p Bonf p adj
blanketb1-b0 -2.1333 -Inf 0.8226 -1.3302 1.6038 0.0958 0.2874 0.2412
blanketb2-b0 -7.4667 -Inf -4.5108 -4.6556 1.6038 0.0000 0.0001 0.0001
blanketb3-b0 -1.6667 -Inf -0.0360 -1.8837 0.8848 0.0337 0.1012 0.0924
> ## change lm to aov
> aovmod <- aov(minutes ~ blanket, data=recovery, contrasts=list(blanket =
+ "contr.Dunnett"))
> aovmod
Call:
aov(formula = minutes ~ blanket, data = recovery, contrasts = list(blanket = "contr.Dunnett"))
Terms:
blanket Residuals
Sum of Squares 151...
2008 Nov 06
2
R Mixed Anova
Hi list, I was searching how to properly write a command line for a mixed
ANOVA. Well honestly, there are so many material on the older post of the
list that just confused me.
I have five factors.
Season (fixed)
Beach (fixed)
Line (fixed)
Block (random)
Strata (random) nested in Block
And for each of the tree strata per block I got 3 replicates.
I saw lots of things about