The PROC TRANSREG statement invokes the TRANSREG procedure. Optionally, this statement identifies an input and an OUTTEST= data set, specifies the algorithm and other computational details, requests displayed output, and controls the contents of the OUT= data set (which is created with the OUTPUT statement). The DATA=, OUTTEST=, and PLOTS= options can appear only in the PROC TRANSREG statement. Table 1 summarizes the options available in the PROC TRANSREG statement. The a-options are also available in the MODEL statement, and the o-options are also available in the OUTPUT statement.
Table 1: Options Available in the PROC TRANSREG Statement
| Option | Description |
|---|---|
| Data Set Options (PROC Statement) | |
| DATA= | Specifies input SAS data set |
| OUTTEST= | Specifies output test statistics data set |
| ODS Graphics (PROC Statement) | |
| PLOTS= | Specifies ODS Graphics selection |
| Input Control (PROC or MODEL) | |
| REITERATE | Restarts the iterations |
| TYPE= | Specifies input observation type |
| Method and Iterations (PROC or MODEL) | |
| CCONVERGE= | Specifies minimum criterion change |
| CONVERGE= | Specifies minimum data change |
| MAXITER= | Specifies maximum number of iterations |
| METHOD= | Specifies iterative algorithm |
| NCAN= | Specifies number of canonical variables |
| NSR | Specifies no restrictions on smoothing models |
| SINGULAR= | Specifies singularity criterion |
| SOLVE | Attempts direct solution instead of iteration |
| Missing Data Handling (PROC or MODEL) | |
| INDIVIDUAL | Fits each model individually (METHOD=MORALS) |
| MONOTONE= | Includes monotone special missing values |
| NOMISS | Excludes observations with missing values |
| UNTIE= | Unties special missing values |
| Intercept and CLASS Variables (PROC or MODEL) | |
| CPREFIX= | Specifies CLASS coded variable name prefix |
| LPREFIX= | Specifies CLASS coded variable label prefix |
| NOINT | Specifies no intercept or centering |
| ORDER= | Specifies order of CLASS variable levels |
| REFERENCE= | Controls output of reference levels |
| SEPARATORS= | Controls CLASS coded variable label separators |
| Control Displayed Output (PROC or MODEL) | |
| ALPHA= | Specifies confidence limits alpha |
| CL | Displays parameter estimate confidence limits |
| DETAIL | Displays model specification details |
| HISTORY | Displays iteration histories |
| NOPRINT | Suppresses displayed output |
| PBOXCOXTABLE | Prints the Box-Cox log likelihood table |
| RSQUARE | Displays the R square |
| SHORT | Suppresses the iteration histories |
| SS2 | Displays regression results |
| TEST | Displays ANOVA table |
| TSUFFIX= | Shortens transformed variable labels |
| UTILITIES | Displays conjoint part-worth utilities |
| Standardization (PROC or MODEL) | |
| ADDITIVE | Fits additive model |
| NOZEROCONSTANT | Does not zero constant variables |
| TSTANDARD= | Specifies transformation standardization |
| Predicted Values, Residuals, Scores (PROC or OUTPUT) | |
| CANONICAL | Outputs canonical scores |
| CLI | Outputs individual confidence limits |
| CLM | Outputs mean confidence limits |
| DESIGN= | Specifies design matrix coding |
| DREPLACE | Replaces dependent variables |
| IREPLACE | Replaces independent variables |
| LEVERAGE | Outputs leverage |
| NORESTOREMISSING | Does not restore missing values |
| NOSCORES | Suppresses output of scores |
| PREDICTED | Outputs predicted values |
| REDUNDANCY= | Outputs redundancy variables |
| REPLACE | Replaces all variables |
| RESIDUALS | Outputs residuals |
| Output Data Set Coefficients (PROC or OUTPUT) | |
| COEFFICIENTS | Outputs coefficients |
| COORDINATES= | Outputs ideal point coordinates |
| MEANS | Outputs marginal means |
| MREDUNDANCY | Outputs redundancy analysis coefficients |
| Output Data Set Variable Name Prefixes (PROC or OUTPUT) | |
| ADPREFIX= | Specifies dependent variable approximations |
| AIPREFIX= | Specifies independent variable approximations |
| CDPREFIX= | Specifies canonical dependent variables |
| CILPREFIX= | Specifies conservative individual lower CL |
| CIPREFIX= | Specifies canonical independent variables |
| CIUPREFIX= | Specifies conservative-individual-upper CL |
| CMLPREFIX= | Specifies conservative-mean-lower CL |
| CMUPREFIX= | Specifies conservative-mean-upper CL |
| DEPENDENT= | Specifies METHOD=MORALS untransformed dependent |
| LILPREFIX= | Specifies liberal-individual-lower CL |
| LIUPREFIX= | Specifies liberal-individual-upper CL |
| LMLPREFIX= | Specifies liberal-mean-lower CL |
| LMUPREFIX= | Specifies liberal-mean-upper CL |
| PPREFIX= | Specifies predicted values |
| RDPREFIX= | Specifies residuals |
| RPREFIX= | Specifies redundancy variables |
| TDPREFIX= | Specifies transformed dependents |
| TIPREFIX= | Specifies transformed independents |
| Macros Variables (PROC or OUTPUT) | |
| MACRO | Creates macro variables |
| Other Options (PROC or OUTPUT) | |
| APPROXIMATIONS | Outputs dependent and independent approximations |
| CCC | Outputs canonical correlation coefficients |
| CEC | Outputs canonical elliptical point coordinates |
| CPC | Outputs canonical point coordinates |
| CQC | Outputs canonical quadratic point coordinates |
| DAPPROXIMATIONS | Outputs approximations to transformed dependents |
| IAPPROXIMATIONS | Outputs approximations to transformed independents |
| MEC | Outputs elliptical point coordinates |
| MPC | Outputs point coordinates |
| MQC | Outputs quadratic point coordinates |
| MRC | Outputs multiple regression coefficients |