UNIANOVA Variable List (UNIANOVA command)
The variable list specifies the dependent variable, the factors, and the covariates in the model.
- The dependent variable must be the first specification
on
UNIANOVA. - The names of the factors follow the dependent variable.
Use the keyword
BYto separate the factors from the dependent variable. - Enter the covariates, if any, following the factors.
Use the keyword
WITHto separate covariates from factors (if any) and the dependent variable.
Example
UNIANOVA DEPENDNT BY FACTOR1 FACTOR2, FACTOR3.
- In this example, three factors are specified.
- A default full factorial model is used for the analysis.
Example
UNIANOVA Y BY A WITH X
/DESIGN.
- In this example, the
DESIGNsubcommand requests the default design, which includes the intercept term, the covariate X, and the factor A.