Variable list (ANOVA-M command)

The variable list specifies the dependent variables, the factors, and the covariates in the model.

  • ANOVA-M calculates statistical tests that are valid for analyses of dependent variables that are correlated with one another. The dependent variables must be specified first.
  • The factor and covariate lists follow the same rules as in univariate analyses.
  • If the dependent variables are uncorrelated, the univariate significance tests have greater statistical power.

Examples

ANOVA-M DEPENDNT BY FACTOR1 FACTOR2, FACTOR3.
  • In this example, three factors are specified.
  • A default full factorial model is used for the analysis.
ANOVA-M Y BY A WITH X
  /DESIGN.
  • In this example, the DESIGN subcommand requests the default design, which includes the intercept term, the covariate X, and the factor A.