If the MODEL statement includes more than one dependent variable, you can indicate a multivariate model and define transformations of dependent variables by using the MANOVA statement.
The MANOVA statement enables you to define custom Type III hypothesis tests by specifying an vector or matrix for testing the hypothesis . The matrix consists of one or more between-subject contrasts that involve the model effects, and the matrix consists of one or more within-subject contrasts.
To use this feature, you must be familiar with the details of multivariate model and contrast parameterizations that are used in PROC GLM. For more information, see the sections Multivariate Analysis of Variance and Repeated Measures Analysis of Variance in Chapter 45: The GLM Procedure. For information about the power and sample size computational methods and formulas, see the section Contrasts in Fixed-Effect Multivariate Models.
You can use either the MANOVA statement or the REPEATED statement with any of the tests for multivariate models that are supported in the MTEST= option in the POWER statement. For handling repeated measures on the same experimental unit, you would usually use the REPEATED statement instead of the MANOVA statement. But you can use the MANOVA statement in repeated measures situations, in addition to situations where you have clusters or multiple outcome variables. The differences between the MANOVA and REPEATED statements are as follows:
You can use the MANOVA statement to construct any matrix, but you must specify the coefficients explicitly (except for the default identity matrix).
You can use the REPEATED statement to specify commonly used contrasts by using keywords rather than coefficients, but you are limited to only those forms of the matrix.
There is no limit to the number of MANOVA statements that you can specify. Each power analysis includes tests for all MANOVA statements.
The label identifies the dependent variable transformation in the output. The label serves the same purpose as the factor-name in the REPEATED statement, enabling you to use the MANOVA statement for tests of within-subject effects and within-subject-by-between-subject interactions. A label is required for every transformation that is specified. Labels must be enclosed in single or double quotation marks.
You can specify the following detail-option in the MANOVA statement after a slash (/):