TRANSFORM Subcommand (MANOVA: Multivariate command)
TRANSFORM performs linear transformations of some or all of the continuous
variables (dependent variables and covariates). Specifications on TRANSFORM include an optional list of variables
to be transformed, optional keywords to describe how to generate a
transformation matrix from the specified contrasts, and a required
keyword specifying the transformation contrasts.
- Transformations apply to all subsequent designs unless
replaced by another
TRANSFORMsubcommand. -
TRANSFORMsubcommands are not cumulative. Only the transformation specified most recently is in effect at any time. You can restore the original variables in later designs by specifyingSPECIALwith an identity matrix. - You should not use
TRANSFORMwhen you use theWSFACTORSsubcommand to request repeated measures analysis; a transformation is automatically performed in repeated measures analysis (see MANOVA: Repeated Measures). - Transformations are in effect for the duration of
the
MANOVAprocedure only. After the procedure is complete, the original variables remain in the active dataset. - By default, the transformation matrix is not displayed.
Specify the keyword
TRANSFORMon thePRINTsubcommand to see the matrix generated by theTRANSFORMsubcommand. - If you do not use the
RENAMEsubcommand withTRANSFORM, the variables specified onTRANSFORMare renamed temporarily (for the duration of the procedure) as T1, T2, and so on. Explicit use ofRENAMEis recommended. - Subsequent references to transformed variables should
use the new names. The only exception is when you supply a
VARIABLESspecification on theOMEANSsubcommand after usingTRANSFORM. In this case, specify the original names.OMEANSdisplays observed means of original variables. See OMEANS Subcommand (MANOVA: Univariate command).