|
Chapter Contents |
Previous |
Next |
| The PRINQUAL Procedure |
The following table summarizes options available in the PROC PRINQUAL statement.
| Task | Option |
| Identify input data set | |
| specifies input SAS data set | DATA= |
| Specify details for output data set | |
| outputs approximations to transformed variables | APPROXIMATIONS |
| specifies prefix for approximation variables | APREFIX= |
| outputs correlations and component structure matrix | CORRELATIONS |
| specifies a multidimensional preference analysis | MDPREF |
| specifies output data set | OUT= |
| specifies prefix for principal component scores variables | PREFIX= |
| replaces raw data with transformed data | REPLACE |
| outputs principal component scores | SCORES |
| standardizes principal component scores | STANDARD |
| specifies transformation standardization | TSTANDARD= |
| specifies prefix for transformed variables | TPREFIX= |
| Control iterative algorithm | |
| analyzes covariances | COVARIANCE |
| initializes using dummy variables | DUMMY |
| specifies iterative algorithm | METHOD= |
| specifies number of principal components | N= |
| suppresses numerical error checking | NOCHECK |
| specifies number of MGV models before refreshing | REFRESH= |
| restarts iterations | REITERATE |
| specifies singularity criterion | SINGULAR= |
| specifies input observation type | TYPE= |
| Control the number of iterations | |
| specifies minimum criterion change | CCONVERGE= |
| specifies number of first iteration to be displayed | CHANGE= |
| specifies minimum data change | CONVERGE= |
| specifies number of MAC initialization iterations | INITITER= |
| specifies maximum number of iterations | MAXITER= |
| Specify details for handling missing values | |
| includes monotone special missing values | MONOTONE= |
| excludes observations with missing values | NOMISS |
| unties special missing values | UNTIE= |
| Suppress displayed output | |
| suppresses displayed output | NOPRINT |
The following list describes these options in alphabetical order.
Casewise deletion of observations with missing values occurs when you specify the NOMISS option, when there are missing values in IDENTITY variables, when there are weights less than or equal to 0, or when there are frequencies less than 1. Excluded observations are output with a blank value for the _TYPE_ variable, and they have a weight of 0. They do not contribute to the analysis but are scored and transformed as supplementary or passive observations. See the "Passive Observations" section and the "Missing Values" section for more information on excluded observations and missing data.
For nonoptimal variable transformations, the means and variances of the original variables are actually the means and variances of the nonlinearly transformed variables, unless you specify the ORIGINAL nonoptimal t-option in the TRANSFORM statement. For example, if a variable X with no missing values is specified as LOG, then, by default, the final transformation of X is simply LOG(X), not LOG(X) standardized to the mean of X and variance of X.
PROC PRINQUAL displays a note when it reads observations with blank values of _TYPE_, but it does not automatically exclude those observations. Data sets created by the TRANSREG and PRINQUAL procedures have blank _TYPE_ values for those observations that were excluded from the analysis due to nonpositive weights, nonpositive frequencies, or missing data. When these observations are read again, they are excluded for the same reason that they were excluded from their original analysis, not because their _TYPE_ value is blank.
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.