|
|
Hi,
I am trying to run a multivariate analysis with 3 dependent variables and 3
independent variables, with 1 of the independent variables nested and 2
fixed. The nested variable does not have constant levels- the MMIND3s have
2, 3, or 4 levels. This is the model with the 3 dependent variables
(MMDEPx):
GLM
MMDEP1 MMDEP2 MMDEP3 BY MMIND1 MMIND2
/METHOD = SSTYPE(3)
/INTERCEPT = INCLUDE
/PRINT = DESCRIPTIVE ETA PARAMETER TEST(MMATRIX)
/CRITERIA = ALPHA(.05)
/DESIGN = MMIND1 MMIND2 MMIND1*MMIND2.
What is the most efficient way to add the 3rd independent variable (MMIND3)
nested in the 2nd independent variable (MMIND2)?
I sure appreciate any guidance. Thanks.
|