MANOVA procedure
Performs multivariate analysis of variance and covariance (R.W. Payne & G.M. Arnold).
Options
Parameter
Description
Procedure MANOVA performs multivariate analysis of variance or covariance. The data variates are specified by the Y parameter.
The model for the design is specified by options of the procedure. TREATMENTSTRUCTURE specifies a model formula to define the treatment terms in the analysis; if this is unset, MANOVA will use the model already defined by the TREATMENTSTRUCTURE directive, or will fail if that too has not been set. BLOCKSTRUCTURE defines the underlying structure of the design, and MANOVA will use the model (if any) previously defined by the BLOCKSTRUCTURE directive if this is not set; these can both be omitted if there is only one error term (i.e. if the design is unstratified). The COVARIATES option specifies any covariates; by default MANOVA will take those already listed (if any) by the COVARIATE directive. The FACTORIAL option can be used to set a limit on the number of factors in the terms generated from the treatment formula.
The LRV option allows a pointer to be saved containing an LRV structure for each treatment term. When covariates have been specified, the pointer will also contain a final LRV structure for the covariate term. If a term is estimated in more than one stratum, the LRV is taken from the stratum that occurs last in the BLOCKTERMS pointer. The structures in the LRV hold the canonical variate loadings, roots and trace for the respective term.
The other options control printed output. PRINT indicates the output required from the multivariate analysis of covariance, with settings ssp to print the sums of squares and products matrices, and tests to print the various test statistics (Wilks Lambda, with Chi square and F approximations, the Pillai-Bartlett trace, Roy's maximum root test and the Lawley-Hotelling trace). APRINT, UPRINT and CPRINT control output from the univariate analyses of each of the y-variates, corresponding to ANOVA options PRINT, UPRINT and CPRINT, respectively. FPROBABILITY controls whether or not probabilities are produced for F-ratios and for Chi-square variables in the analysis; by default these are omitted.
Options: PRINT, APRINT, UPRINT, CPRINT, TREATMENTSTRUCTURE, BLOCKSTRUCTURE, COVARIATES, FACTORIAL, LRV, FPROBABILITY.
Parameter: Y.
Method
The relevant theory, with formulae and references for the test statistics, can be found in Chatfield & Collins (1986, Chapter 9). The procedure analyses the data variates by ANOVA first as y-variates, and then as covariates in order to obtain the SSP matrices. The SSP matrices are then adjusted for the covariates, using matrix manipulation in CALCULATE, and LRV decompositions are done, before the test statistics are calculated (again using CALCULATE).
Action with
RESTRICT
If any of the y-variates is restricted, the analysis will involve only the units not excluded by the restriction.
Reference
Chatfield, C. & Collins, A.J. (1986). Introduction to Multivariate Analysis (revised edition). Chapman & Hall, London.