|
Chapter Contents |
Previous |
Next |
| The PRINQUAL Procedure |
| 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 |
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.