Displaying 1 result from an estimated 1 matches for "swatchtypes".
Did you mean:
swatchtype
2009 Nov 13
0
Aov: SE's for split plot
...rossed factors: 1)Formula 2)SwatchType.
* Formula is applied to the whole plots. WP = Load.
* Each Whole plot is further divided into 3 split plots. SP = BackrNbr, 3 BackrNbrs within a single Load.
* Each split plot is the block for a completely randomized design using factor = SwatchType. All 6 SwatchTypes are applied within each BackrNbr
Magic.aov<-aov(SoilRemoval~Formula*SwatchType+Error(Load/BackrNbr),data=Magic.dat)
model.tables(Magic.aov, type="means",se=T) ### the table of means are printed, no SE's
> str(Magic.dat)
'data.frame': 162 obs. of 7 variables:
$ Back...