Chapter Contents |
Previous |
Next |
The TRANSREG Procedure |
Task | Option |
Identify output data set | |
output data set | OUT= |
Predicted values, residuals, scores | |
outputs canonical scores | CANONICAL |
outputs individual confidence limits | CLI |
outputs mean confidence limits | CLM |
specifies design matrix coding | DESIGN= |
outputs leverage | LEVERAGE |
does not restore missings | NORESTOREMISSING |
suppresses output of scores | NOSCORES |
outputs predicted values | PREDICTED |
outputs redundancy variables | REDUNDANCY= |
outputs residuals | RESIDUALS |
Output data set replacement | |
replaces dependent variables | DREPLACE |
replaces independent variables | IREPLACE |
replaces all variables | REPLACE |
Output data set coefficients | |
outputs coefficients | COEFFICIENTS |
outputs ideal point coordinates | COORDINATES |
outputs marginal means | MEANS |
outputs redundancy analysis coefficients | MREDUNDANCY |
Output data set variable name prefixes | |
dependent variable approximations | ADPREFIX= |
independent variable approximations | AIPREFIX= |
canonical dependent variables | CDPREFIX= |
conservative individual lower CL | CILPREFIX= |
canonical independent variables | CIPREFIX= |
conservative-individual-upper CL | CIUPREFIX= |
conservative-mean-lower CL | CMLPREFIX= |
conservative-mean-upper CL | CMUPREFIX= |
METHOD=MORALS untransformed dependent | DEPENDENT= |
liberal-individual-lower CL | LILPREFIX= |
liberal-individual-upper CL | LIUPREFIX= |
liberal-mean-lower CL | LMLPREFIX= |
liberal-mean-upper CL | LMUPREFIX= |
residuals | RDPREFIX= |
predicted values | PPREFIX= |
redundancy variables | RPREFIX= |
transformed dependents | TDPREFIX= |
transformed independents | TIPREFIX= |
Output data set macros | |
creates macro variables | MACRO |
Control CLASS variables | |
controls output of reference levels | REFERENCE= |
Output data set details | |
dependent and independent approximations | APPROXIMATIONS |
canonical correlation coefficients | CCC |
canonical elliptical point coordinate | CEC |
canonical point coordinates | CPC |
canonical quadratic point coordinates | CQC |
approximations to transformed dependents | DAPPROXIMATIONS |
approximations to transformed independents | IAPPROXIMATIONS |
elliptical point coordinates | MEC |
point coordinates | MPC |
quadratic point coordinates | MQC |
multiple regression coefficients | MRC |
model y=&_trgind;
array indvars[&_trgindn] &_trgind;
4 TY IDENTITY Y
5 Tx11 CLASS x1 1 5 Tx21 CLASS x2 1 8 Tx11x21 CLASS x1 1 CLASS x2 1
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.