Hi there,
I run the model Y~B*(A/PLOT) and
wish to split sum of squares in different components. A has two levels, B has
four levels and PLOT two levels. PLOT is nested within A. I would like to obtain
Sum of Squares for the interaction of B with Plot within A when A at level 1
(SS(B:PLOT %in%A), A=1), and Sum of Squares for the interaction of B with Plot
within A when A at level 2 (SS(B:PLOT %in%A), A=2). Such splitting is possible
with SPSS through syntax
manova y by b(1,4) a(1,2) plot(1,2)/design a, b, a by b, plot w a, b by plot w a(1), b by plot
w a(2). Any suggestion will be
appreciated.
Thanks.
|
|