Actions used in the Cloud Analytic Services for performing factor analysis
Extracts common factors.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the settings for an input table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies an output table to contain the correlation matrix, summary statistics, and number of observations data. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
changes the attributes of variables used in this action. Currently, attributes specified on the inputs and nominals parameter are ignored.
For more information about specifying the attributes parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Aliases | attribute |
|---|---|
| attr |
specifies an output table to contain the correlation matrix, summary statistics, and number of observations data.
For more information about specifying the corrOut parameter, see the common casouttable (Form 2) parameter (Appendix A: Common Parameters).
specifies a list of results tables to send to the client for display.
For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
specifies a numeric variable that contains the frequency of occurrence of each observation.
specifies a minimum threshold that determines whether to print correlations and factor loading values. Factor loadings whose absolute values less are than the specified threshold are printed as missing.
| Minimum value | 0 |
|---|
specifies variables to use for analysis.
For more information about specifying the inputs parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Aliases | input |
|---|---|
| vars | |
| var |
specifies the method to be used for factor extraction.
The value that you specify for the name parameter determines the other parameters that apply.
| Default | name="PRINCIPAL" |
|---|---|
| Alias |
specifies the number of factors to be extracted for each BY group. If the analysis does not use BY groups, or if you want to extract the same number of factors for all BY groups, then you can specify a single integer.
lists the names of results tables to save as CAS tables on the server.
For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters).
| Alias | displayOut |
|---|
specifies the method of computing prior communality estimates.
The value that you specify for the type parameter determines the other parameters that apply.
| Default | SMC |
|---|
when set to True, requests output tables that are related to the reference structure. This parameter has no effect when you specify an orthogonal rotation.
| Aliases | referenceStruct |
|---|---|
| refStructure | |
| refStruct | |
| Default | FALSE |
when set to True, reorders the rows (variables) of various factor matrices in the output. Variables whose highest absolute loading (reference structure loading for oblique rotations) is on the first factor are displayed first, from largest to smallest loading, followed by variables whose highest absolute loading is on the second factor, and so on.
| Default | FALSE |
|---|
specifies the method to use for factor rotation.
The value that you specify for the type parameter determines the other parameters that apply.
| Default | NONE |
|---|
specifies the settings for an input table.
For more information about specifying the table parameter, see the common castable (Form 2) parameter (Appendix A: Common Parameters).
specifies a numeric variable to use as a weight to perform a weighted analysis of the data.
specifies the convergence criterion to be used for an iterative factor extraction algorithm.
| Alias | conv |
|---|---|
| Default | 0.001 |
| Minimum value | 0 |
specifies the method to be used to handle Heywood cases.
| Default | STOP |
|---|
specifies the maximum number of iterations for an iterative factor extraction algorithm.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Default | 30 |
| Minimum value | 1 |
specifies the convergence criterion to be used for an iterative factor extraction algorithm.
| Alias | conv |
|---|---|
| Default | 0.001 |
| Minimum value | 0 |
specifies the method to be used to handle Heywood cases.
| Default | STOP |
|---|
specifies the maximum number of iterations for an iterative factor extraction algorithm.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Default | 30 |
| Minimum value | 1 |
specifies the number of observations to be used for maximum likelihood or unweighted least squares factor extraction.
| Minimum value | 2 |
|---|
No parameters apply when you specify PRINCIPAL.
specifies the convergence criterion to be used for an iterative factor extraction algorithm.
| Alias | conv |
|---|---|
| Default | 0.001 |
| Minimum value | 0 |
specifies the method to be used to handle Heywood cases.
| Default | STOP |
|---|
specifies the maximum number of iterations for an iterative factor extraction algorithm.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Default | 30 |
| Minimum value | 1 |
specifies the convergence criterion to be used for an iterative factor extraction algorithm.
| Alias | conv |
|---|---|
| Default | 0.001 |
| Minimum value | 0 |
specifies the method to be used to handle Heywood cases.
| Default | STOP |
|---|
specifies the maximum number of iterations for an iterative factor extraction algorithm.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Default | 30 |
| Minimum value | 1 |
specifies the number of observations to be used for maximum likelihood or unweighted least squares factor extraction.
| Minimum value | 2 |
|---|
No parameters apply when you specify BIQUARTIMAX.
when set to True, specifies an oblique Crawford-Ferguson rotation.
| Default | FALSE |
|---|
specifies the two weights to use for traditional Crawford-Ferguson rotation.
when set to True, specifies an oblique Crawford-Ferguson rotation.
| Default | FALSE |
|---|
specifies the four weights to use for generalized Crawford-Ferguson rotation.
specifies the weight for the oblimin rotation.
| Default | 0 |
|---|
specifies the weight for the orthomax rotation.
| Default | 1 |
|---|
No parameters apply when you specify ASMC.
specifies the values to use for the prior communality estimates.
No parameters apply when you specify MAX.
No parameters apply when you specify ONE.
specifies the seed for the pseudorandom number generator that is used to assign prior communality estimates.
| Default | 0 |
|---|
No parameters apply when you specify SMC.
specifies the convergence criterion value for factor rotation cycles. Rotation stops when the scaled change of the simplicity function value is less than the specified value.
| Alias | conv |
|---|---|
| Default | 1E-09 |
| Minimum value | 0 |
specifies the maximum number of iterations for the factor rotation algorithm. The default value is either 10 times the number of variables or 100, whichever is greater.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Minimum value | 1 |
specifies the method of normalizing the rows of the factor pattern for rotation.
| Alias | norm |
|---|---|
| Default | KAISER |
specifies the singularity criterion for oblique rotations.
| Alias | sing |
|---|---|
| Default | 1E-08 |
| Minimum value | 0 |
specifies the convergence criterion value for factor rotation cycles. Rotation stops when the scaled change of the simplicity function value is less than the specified value.
| Alias | conv |
|---|---|
| Default | 1E-09 |
| Minimum value | 0 |
specifies the maximum number of iterations for the factor rotation algorithm. The default value is either 10 times the number of variables or 100, whichever is greater.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Minimum value | 1 |
specifies the method of normalizing the rows of the factor pattern for rotation.
| Alias | norm |
|---|---|
| Default | KAISER |
when set to True, specifies an oblique Crawford-Ferguson rotation.
| Default | FALSE |
|---|
specifies the singularity criterion for oblique rotations.
| Alias | sing |
|---|---|
| Default | 1E-08 |
| Minimum value | 0 |
specifies the two weights to use for traditional Crawford-Ferguson rotation.
specifies the convergence criterion value for factor rotation cycles. Rotation stops when the scaled change of the simplicity function value is less than the specified value.
| Alias | conv |
|---|---|
| Default | 1E-09 |
| Minimum value | 0 |
specifies the maximum number of iterations for the factor rotation algorithm. The default value is either 10 times the number of variables or 100, whichever is greater.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Minimum value | 1 |
specifies the method of normalizing the rows of the factor pattern for rotation.
| Alias | norm |
|---|---|
| Default | KAISER |
when set to True, specifies an oblique Crawford-Ferguson rotation.
| Default | FALSE |
|---|
specifies the singularity criterion for oblique rotations.
| Alias | sing |
|---|---|
| Default | 1E-08 |
| Minimum value | 0 |
specifies the four weights to use for generalized Crawford-Ferguson rotation.
No parameters apply when you specify NONE.
specifies the convergence criterion value for factor rotation cycles. Rotation stops when the scaled change of the simplicity function value is less than the specified value.
| Alias | conv |
|---|---|
| Default | 1E-09 |
| Minimum value | 0 |
specifies the maximum number of iterations for the factor rotation algorithm. The default value is either 10 times the number of variables or 100, whichever is greater.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Minimum value | 1 |
specifies the method of normalizing the rows of the factor pattern for rotation.
| Alias | norm |
|---|---|
| Default | KAISER |
specifies the singularity criterion for oblique rotations.
| Alias | sing |
|---|---|
| Default | 1E-08 |
| Minimum value | 0 |
specifies the weight for the oblimin rotation.
| Default | 0 |
|---|
specifies the convergence criterion value for factor rotation cycles. Rotation stops when the scaled change of the simplicity function value is less than the specified value.
| Alias | conv |
|---|---|
| Default | 1E-09 |
| Minimum value | 0 |
specifies the weight for the orthomax rotation.
| Default | 1 |
|---|
specifies the maximum number of iterations for the factor rotation algorithm. The default value is either 10 times the number of variables or 100, whichever is greater.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Minimum value | 1 |
specifies the method of normalizing the rows of the factor pattern for rotation.
| Alias | norm |
|---|---|
| Default | KAISER |
specifies the singularity criterion for oblique rotations.
| Alias | sing |
|---|---|
| Default | 1E-08 |
| Minimum value | 0 |
specifies the convergence criterion value for factor rotation cycles. Rotation stops when the scaled change of the simplicity function value is less than the specified value.
| Alias | conv |
|---|---|
| Default | 1E-09 |
| Minimum value | 0 |
specifies the maximum number of iterations for the factor rotation algorithm. The default value is either 10 times the number of variables or 100, whichever is greater.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Minimum value | 1 |
specifies the method of normalizing the rows of the factor pattern for rotation.
| Alias | norm |
|---|---|
| Default | KAISER |
specifies the power to be used to form the promax rotation target pattern.
| Default | 3 |
|---|---|
| Minimum value | 1 |
specifies the prerotation method to use with the promax rotation.
The value that you specify for the type parameter determines the other parameters that apply.
when set to True, uses row normalization of the prerotated factor pattern, which is used in computing the promax target matrix.
| Default | TRUE |
|---|
specifies the singularity criterion for oblique rotations.
| Alias | sing |
|---|---|
| Default | 1E-08 |
| Minimum value | 0 |
Extracts common factors.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the settings for an input table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies an output table to contain the correlation matrix, summary statistics, and number of observations data. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
changes the attributes of variables used in this action. Currently, attributes specified on the inputs and nominals parameter are ignored.
For more information about specifying the attributes parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Aliases | attribute |
|---|---|
| attr |
specifies an output table to contain the correlation matrix, summary statistics, and number of observations data.
For more information about specifying the corrOut parameter, see the common casouttable (Form 2) parameter (Appendix A: Common Parameters).
specifies a list of results tables to send to the client for display.
For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
specifies a numeric variable that contains the frequency of occurrence of each observation.
specifies a minimum threshold that determines whether to print correlations and factor loading values. Factor loadings whose absolute values less are than the specified threshold are printed as missing.
| Minimum value | 0 |
|---|
specifies variables to use for analysis.
For more information about specifying the inputs parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Aliases | input |
|---|---|
| vars | |
| var |
specifies the method to be used for factor extraction.
The value that you specify for the name parameter determines the other parameters that apply.
| Default | name="PRINCIPAL" |
|---|---|
| Alias |
specifies the number of factors to be extracted for each BY group. If the analysis does not use BY groups, or if you want to extract the same number of factors for all BY groups, then you can specify a single integer.
lists the names of results tables to save as CAS tables on the server.
For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters).
| Alias | displayOut |
|---|
specifies the method of computing prior communality estimates.
The value that you specify for the type parameter determines the other parameters that apply.
| Default | SMC |
|---|
when set to True, requests output tables that are related to the reference structure. This parameter has no effect when you specify an orthogonal rotation.
| Aliases | referenceStruct |
|---|---|
| refStructure | |
| refStruct | |
| Default | false |
when set to True, reorders the rows (variables) of various factor matrices in the output. Variables whose highest absolute loading (reference structure loading for oblique rotations) is on the first factor are displayed first, from largest to smallest loading, followed by variables whose highest absolute loading is on the second factor, and so on.
| Default | false |
|---|
specifies the method to use for factor rotation.
The value that you specify for the type parameter determines the other parameters that apply.
| Default | NONE |
|---|
specifies the settings for an input table.
For more information about specifying the table parameter, see the common castable (Form 2) parameter (Appendix A: Common Parameters).
specifies a numeric variable to use as a weight to perform a weighted analysis of the data.
specifies the convergence criterion to be used for an iterative factor extraction algorithm.
| Alias | conv |
|---|---|
| Default | 0.001 |
| Minimum value | 0 |
specifies the method to be used to handle Heywood cases.
| Default | STOP |
|---|
specifies the maximum number of iterations for an iterative factor extraction algorithm.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Default | 30 |
| Minimum value | 1 |
specifies the convergence criterion to be used for an iterative factor extraction algorithm.
| Alias | conv |
|---|---|
| Default | 0.001 |
| Minimum value | 0 |
specifies the method to be used to handle Heywood cases.
| Default | STOP |
|---|
specifies the maximum number of iterations for an iterative factor extraction algorithm.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Default | 30 |
| Minimum value | 1 |
specifies the number of observations to be used for maximum likelihood or unweighted least squares factor extraction.
| Minimum value | 2 |
|---|
No parameters apply when you specify PRINCIPAL.
specifies the convergence criterion to be used for an iterative factor extraction algorithm.
| Alias | conv |
|---|---|
| Default | 0.001 |
| Minimum value | 0 |
specifies the method to be used to handle Heywood cases.
| Default | STOP |
|---|
specifies the maximum number of iterations for an iterative factor extraction algorithm.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Default | 30 |
| Minimum value | 1 |
specifies the convergence criterion to be used for an iterative factor extraction algorithm.
| Alias | conv |
|---|---|
| Default | 0.001 |
| Minimum value | 0 |
specifies the method to be used to handle Heywood cases.
| Default | STOP |
|---|
specifies the maximum number of iterations for an iterative factor extraction algorithm.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Default | 30 |
| Minimum value | 1 |
specifies the number of observations to be used for maximum likelihood or unweighted least squares factor extraction.
| Minimum value | 2 |
|---|
No parameters apply when you specify BIQUARTIMAX.
when set to True, specifies an oblique Crawford-Ferguson rotation.
| Default | false |
|---|
specifies the two weights to use for traditional Crawford-Ferguson rotation.
when set to True, specifies an oblique Crawford-Ferguson rotation.
| Default | false |
|---|
specifies the four weights to use for generalized Crawford-Ferguson rotation.
specifies the weight for the oblimin rotation.
| Default | 0 |
|---|
specifies the weight for the orthomax rotation.
| Default | 1 |
|---|
No parameters apply when you specify ASMC.
specifies the values to use for the prior communality estimates.
No parameters apply when you specify MAX.
No parameters apply when you specify ONE.
specifies the seed for the pseudorandom number generator that is used to assign prior communality estimates.
| Default | 0 |
|---|
No parameters apply when you specify SMC.
specifies the convergence criterion value for factor rotation cycles. Rotation stops when the scaled change of the simplicity function value is less than the specified value.
| Alias | conv |
|---|---|
| Default | 1E-09 |
| Minimum value | 0 |
specifies the maximum number of iterations for the factor rotation algorithm. The default value is either 10 times the number of variables or 100, whichever is greater.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Minimum value | 1 |
specifies the method of normalizing the rows of the factor pattern for rotation.
| Alias | norm |
|---|---|
| Default | KAISER |
specifies the singularity criterion for oblique rotations.
| Alias | sing |
|---|---|
| Default | 1E-08 |
| Minimum value | 0 |
specifies the convergence criterion value for factor rotation cycles. Rotation stops when the scaled change of the simplicity function value is less than the specified value.
| Alias | conv |
|---|---|
| Default | 1E-09 |
| Minimum value | 0 |
specifies the maximum number of iterations for the factor rotation algorithm. The default value is either 10 times the number of variables or 100, whichever is greater.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Minimum value | 1 |
specifies the method of normalizing the rows of the factor pattern for rotation.
| Alias | norm |
|---|---|
| Default | KAISER |
when set to True, specifies an oblique Crawford-Ferguson rotation.
| Default | false |
|---|
specifies the singularity criterion for oblique rotations.
| Alias | sing |
|---|---|
| Default | 1E-08 |
| Minimum value | 0 |
specifies the two weights to use for traditional Crawford-Ferguson rotation.
specifies the convergence criterion value for factor rotation cycles. Rotation stops when the scaled change of the simplicity function value is less than the specified value.
| Alias | conv |
|---|---|
| Default | 1E-09 |
| Minimum value | 0 |
specifies the maximum number of iterations for the factor rotation algorithm. The default value is either 10 times the number of variables or 100, whichever is greater.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Minimum value | 1 |
specifies the method of normalizing the rows of the factor pattern for rotation.
| Alias | norm |
|---|---|
| Default | KAISER |
when set to True, specifies an oblique Crawford-Ferguson rotation.
| Default | false |
|---|
specifies the singularity criterion for oblique rotations.
| Alias | sing |
|---|---|
| Default | 1E-08 |
| Minimum value | 0 |
specifies the four weights to use for generalized Crawford-Ferguson rotation.
No parameters apply when you specify NONE.
specifies the convergence criterion value for factor rotation cycles. Rotation stops when the scaled change of the simplicity function value is less than the specified value.
| Alias | conv |
|---|---|
| Default | 1E-09 |
| Minimum value | 0 |
specifies the maximum number of iterations for the factor rotation algorithm. The default value is either 10 times the number of variables or 100, whichever is greater.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Minimum value | 1 |
specifies the method of normalizing the rows of the factor pattern for rotation.
| Alias | norm |
|---|---|
| Default | KAISER |
specifies the singularity criterion for oblique rotations.
| Alias | sing |
|---|---|
| Default | 1E-08 |
| Minimum value | 0 |
specifies the weight for the oblimin rotation.
| Default | 0 |
|---|
specifies the convergence criterion value for factor rotation cycles. Rotation stops when the scaled change of the simplicity function value is less than the specified value.
| Alias | conv |
|---|---|
| Default | 1E-09 |
| Minimum value | 0 |
specifies the weight for the orthomax rotation.
| Default | 1 |
|---|
specifies the maximum number of iterations for the factor rotation algorithm. The default value is either 10 times the number of variables or 100, whichever is greater.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Minimum value | 1 |
specifies the method of normalizing the rows of the factor pattern for rotation.
| Alias | norm |
|---|---|
| Default | KAISER |
specifies the singularity criterion for oblique rotations.
| Alias | sing |
|---|---|
| Default | 1E-08 |
| Minimum value | 0 |
specifies the convergence criterion value for factor rotation cycles. Rotation stops when the scaled change of the simplicity function value is less than the specified value.
| Alias | conv |
|---|---|
| Default | 1E-09 |
| Minimum value | 0 |
specifies the maximum number of iterations for the factor rotation algorithm. The default value is either 10 times the number of variables or 100, whichever is greater.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Minimum value | 1 |
specifies the method of normalizing the rows of the factor pattern for rotation.
| Alias | norm |
|---|---|
| Default | KAISER |
specifies the power to be used to form the promax rotation target pattern.
| Default | 3 |
|---|---|
| Minimum value | 1 |
specifies the prerotation method to use with the promax rotation.
The value that you specify for the type parameter determines the other parameters that apply.
when set to True, uses row normalization of the prerotated factor pattern, which is used in computing the promax target matrix.
| Default | true |
|---|
specifies the singularity criterion for oblique rotations.
| Alias | sing |
|---|---|
| Default | 1E-08 |
| Minimum value | 0 |
Extracts common factors.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the settings for an input table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies an output table to contain the correlation matrix, summary statistics, and number of observations data. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
changes the attributes of variables used in this action. Currently, attributes specified on the inputs and nominals parameter are ignored.
For more information about specifying the attributes parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Aliases | attribute |
|---|---|
| attr |
specifies an output table to contain the correlation matrix, summary statistics, and number of observations data.
For more information about specifying the corrOut parameter, see the common casouttable (Form 2) parameter (Appendix A: Common Parameters).
specifies a list of results tables to send to the client for display.
For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
specifies a numeric variable that contains the frequency of occurrence of each observation.
specifies a minimum threshold that determines whether to print correlations and factor loading values. Factor loadings whose absolute values less are than the specified threshold are printed as missing.
| Minimum value | 0 |
|---|
specifies variables to use for analysis.
For more information about specifying the inputs parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Aliases | input |
|---|---|
| vars | |
| var |
specifies the method to be used for factor extraction.
The value that you specify for the name parameter determines the other parameters that apply.
| Default | name="PRINCIPAL" |
|---|---|
| Alias |
specifies the number of factors to be extracted for each BY group. If the analysis does not use BY groups, or if you want to extract the same number of factors for all BY groups, then you can specify a single integer.
lists the names of results tables to save as CAS tables on the server.
For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters).
| Alias | displayOut |
|---|
specifies the method of computing prior communality estimates.
The value that you specify for the type parameter determines the other parameters that apply.
| Default | SMC |
|---|
when set to True, requests output tables that are related to the reference structure. This parameter has no effect when you specify an orthogonal rotation.
| Aliases | referenceStruct |
|---|---|
| refStructure | |
| refStruct | |
| Default | False |
when set to True, reorders the rows (variables) of various factor matrices in the output. Variables whose highest absolute loading (reference structure loading for oblique rotations) is on the first factor are displayed first, from largest to smallest loading, followed by variables whose highest absolute loading is on the second factor, and so on.
| Default | False |
|---|
specifies the method to use for factor rotation.
The value that you specify for the type parameter determines the other parameters that apply.
| Default | NONE |
|---|
specifies the settings for an input table.
For more information about specifying the table parameter, see the common castable (Form 2) parameter (Appendix A: Common Parameters).
specifies a numeric variable to use as a weight to perform a weighted analysis of the data.
specifies the convergence criterion to be used for an iterative factor extraction algorithm.
| Alias | conv |
|---|---|
| Default | 0.001 |
| Minimum value | 0 |
specifies the method to be used to handle Heywood cases.
| Default | STOP |
|---|
specifies the maximum number of iterations for an iterative factor extraction algorithm.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Default | 30 |
| Minimum value | 1 |
specifies the convergence criterion to be used for an iterative factor extraction algorithm.
| Alias | conv |
|---|---|
| Default | 0.001 |
| Minimum value | 0 |
specifies the method to be used to handle Heywood cases.
| Default | STOP |
|---|
specifies the maximum number of iterations for an iterative factor extraction algorithm.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Default | 30 |
| Minimum value | 1 |
specifies the number of observations to be used for maximum likelihood or unweighted least squares factor extraction.
| Minimum value | 2 |
|---|
No parameters apply when you specify PRINCIPAL.
specifies the convergence criterion to be used for an iterative factor extraction algorithm.
| Alias | conv |
|---|---|
| Default | 0.001 |
| Minimum value | 0 |
specifies the method to be used to handle Heywood cases.
| Default | STOP |
|---|
specifies the maximum number of iterations for an iterative factor extraction algorithm.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Default | 30 |
| Minimum value | 1 |
specifies the convergence criterion to be used for an iterative factor extraction algorithm.
| Alias | conv |
|---|---|
| Default | 0.001 |
| Minimum value | 0 |
specifies the method to be used to handle Heywood cases.
| Default | STOP |
|---|
specifies the maximum number of iterations for an iterative factor extraction algorithm.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Default | 30 |
| Minimum value | 1 |
specifies the number of observations to be used for maximum likelihood or unweighted least squares factor extraction.
| Minimum value | 2 |
|---|
No parameters apply when you specify BIQUARTIMAX.
when set to True, specifies an oblique Crawford-Ferguson rotation.
| Default | False |
|---|
specifies the two weights to use for traditional Crawford-Ferguson rotation.
when set to True, specifies an oblique Crawford-Ferguson rotation.
| Default | False |
|---|
specifies the four weights to use for generalized Crawford-Ferguson rotation.
specifies the weight for the oblimin rotation.
| Default | 0 |
|---|
specifies the weight for the orthomax rotation.
| Default | 1 |
|---|
No parameters apply when you specify ASMC.
specifies the values to use for the prior communality estimates.
No parameters apply when you specify MAX.
No parameters apply when you specify ONE.
specifies the seed for the pseudorandom number generator that is used to assign prior communality estimates.
| Default | 0 |
|---|
No parameters apply when you specify SMC.
specifies the convergence criterion value for factor rotation cycles. Rotation stops when the scaled change of the simplicity function value is less than the specified value.
| Alias | conv |
|---|---|
| Default | 1E-09 |
| Minimum value | 0 |
specifies the maximum number of iterations for the factor rotation algorithm. The default value is either 10 times the number of variables or 100, whichever is greater.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Minimum value | 1 |
specifies the method of normalizing the rows of the factor pattern for rotation.
| Alias | norm |
|---|---|
| Default | KAISER |
specifies the singularity criterion for oblique rotations.
| Alias | sing |
|---|---|
| Default | 1E-08 |
| Minimum value | 0 |
specifies the convergence criterion value for factor rotation cycles. Rotation stops when the scaled change of the simplicity function value is less than the specified value.
| Alias | conv |
|---|---|
| Default | 1E-09 |
| Minimum value | 0 |
specifies the maximum number of iterations for the factor rotation algorithm. The default value is either 10 times the number of variables or 100, whichever is greater.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Minimum value | 1 |
specifies the method of normalizing the rows of the factor pattern for rotation.
| Alias | norm |
|---|---|
| Default | KAISER |
when set to True, specifies an oblique Crawford-Ferguson rotation.
| Default | False |
|---|
specifies the singularity criterion for oblique rotations.
| Alias | sing |
|---|---|
| Default | 1E-08 |
| Minimum value | 0 |
specifies the two weights to use for traditional Crawford-Ferguson rotation.
specifies the convergence criterion value for factor rotation cycles. Rotation stops when the scaled change of the simplicity function value is less than the specified value.
| Alias | conv |
|---|---|
| Default | 1E-09 |
| Minimum value | 0 |
specifies the maximum number of iterations for the factor rotation algorithm. The default value is either 10 times the number of variables or 100, whichever is greater.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Minimum value | 1 |
specifies the method of normalizing the rows of the factor pattern for rotation.
| Alias | norm |
|---|---|
| Default | KAISER |
when set to True, specifies an oblique Crawford-Ferguson rotation.
| Default | False |
|---|
specifies the singularity criterion for oblique rotations.
| Alias | sing |
|---|---|
| Default | 1E-08 |
| Minimum value | 0 |
specifies the four weights to use for generalized Crawford-Ferguson rotation.
No parameters apply when you specify NONE.
specifies the convergence criterion value for factor rotation cycles. Rotation stops when the scaled change of the simplicity function value is less than the specified value.
| Alias | conv |
|---|---|
| Default | 1E-09 |
| Minimum value | 0 |
specifies the maximum number of iterations for the factor rotation algorithm. The default value is either 10 times the number of variables or 100, whichever is greater.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Minimum value | 1 |
specifies the method of normalizing the rows of the factor pattern for rotation.
| Alias | norm |
|---|---|
| Default | KAISER |
specifies the singularity criterion for oblique rotations.
| Alias | sing |
|---|---|
| Default | 1E-08 |
| Minimum value | 0 |
specifies the weight for the oblimin rotation.
| Default | 0 |
|---|
specifies the convergence criterion value for factor rotation cycles. Rotation stops when the scaled change of the simplicity function value is less than the specified value.
| Alias | conv |
|---|---|
| Default | 1E-09 |
| Minimum value | 0 |
specifies the weight for the orthomax rotation.
| Default | 1 |
|---|
specifies the maximum number of iterations for the factor rotation algorithm. The default value is either 10 times the number of variables or 100, whichever is greater.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Minimum value | 1 |
specifies the method of normalizing the rows of the factor pattern for rotation.
| Alias | norm |
|---|---|
| Default | KAISER |
specifies the singularity criterion for oblique rotations.
| Alias | sing |
|---|---|
| Default | 1E-08 |
| Minimum value | 0 |
specifies the convergence criterion value for factor rotation cycles. Rotation stops when the scaled change of the simplicity function value is less than the specified value.
| Alias | conv |
|---|---|
| Default | 1E-09 |
| Minimum value | 0 |
specifies the maximum number of iterations for the factor rotation algorithm. The default value is either 10 times the number of variables or 100, whichever is greater.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Minimum value | 1 |
specifies the method of normalizing the rows of the factor pattern for rotation.
| Alias | norm |
|---|---|
| Default | KAISER |
specifies the power to be used to form the promax rotation target pattern.
| Default | 3 |
|---|---|
| Minimum value | 1 |
specifies the prerotation method to use with the promax rotation.
The value that you specify for the type parameter determines the other parameters that apply.
when set to True, uses row normalization of the prerotated factor pattern, which is used in computing the promax target matrix.
| Default | True |
|---|
specifies the singularity criterion for oblique rotations.
| Alias | sing |
|---|---|
| Default | 1E-08 |
| Minimum value | 0 |
Extracts common factors.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the settings for an input table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies an output table to contain the correlation matrix, summary statistics, and number of observations data. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
changes the attributes of variables used in this action. Currently, attributes specified on the inputs and nominals parameter are ignored.
For more information about specifying the attributes parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Aliases | attribute |
|---|---|
| attr |
specifies an output table to contain the correlation matrix, summary statistics, and number of observations data.
For more information about specifying the corrOut parameter, see the common casouttable (Form 2) parameter (Appendix A: Common Parameters).
specifies a list of results tables to send to the client for display.
For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
specifies a numeric variable that contains the frequency of occurrence of each observation.
specifies a minimum threshold that determines whether to print correlations and factor loading values. Factor loadings whose absolute values less are than the specified threshold are printed as missing.
| Minimum value | 0 |
|---|
specifies variables to use for analysis.
For more information about specifying the inputs parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Aliases | input |
|---|---|
| vars | |
| var |
specifies the method to be used for factor extraction.
The value that you specify for the name parameter determines the other parameters that apply.
| Default | name="PRINCIPAL" |
|---|---|
| Alias |
specifies the number of factors to be extracted for each BY group. If the analysis does not use BY groups, or if you want to extract the same number of factors for all BY groups, then you can specify a single integer.
lists the names of results tables to save as CAS tables on the server.
For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters).
| Alias | displayOut |
|---|
specifies the method of computing prior communality estimates.
The value that you specify for the type parameter determines the other parameters that apply.
| Default | SMC |
|---|
when set to True, requests output tables that are related to the reference structure. This parameter has no effect when you specify an orthogonal rotation.
| Aliases | referenceStruct |
|---|---|
| refStructure | |
| refStruct | |
| Default | FALSE |
when set to True, reorders the rows (variables) of various factor matrices in the output. Variables whose highest absolute loading (reference structure loading for oblique rotations) is on the first factor are displayed first, from largest to smallest loading, followed by variables whose highest absolute loading is on the second factor, and so on.
| Default | FALSE |
|---|
specifies the method to use for factor rotation.
The value that you specify for the type parameter determines the other parameters that apply.
| Default | NONE |
|---|
specifies the settings for an input table.
For more information about specifying the table parameter, see the common castable (Form 2) parameter (Appendix A: Common Parameters).
specifies a numeric variable to use as a weight to perform a weighted analysis of the data.
specifies the convergence criterion to be used for an iterative factor extraction algorithm.
| Alias | conv |
|---|---|
| Default | 0.001 |
| Minimum value | 0 |
specifies the method to be used to handle Heywood cases.
| Default | STOP |
|---|
specifies the maximum number of iterations for an iterative factor extraction algorithm.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Default | 30 |
| Minimum value | 1 |
specifies the convergence criterion to be used for an iterative factor extraction algorithm.
| Alias | conv |
|---|---|
| Default | 0.001 |
| Minimum value | 0 |
specifies the method to be used to handle Heywood cases.
| Default | STOP |
|---|
specifies the maximum number of iterations for an iterative factor extraction algorithm.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Default | 30 |
| Minimum value | 1 |
specifies the number of observations to be used for maximum likelihood or unweighted least squares factor extraction.
| Minimum value | 2 |
|---|
No parameters apply when you specify PRINCIPAL.
specifies the convergence criterion to be used for an iterative factor extraction algorithm.
| Alias | conv |
|---|---|
| Default | 0.001 |
| Minimum value | 0 |
specifies the method to be used to handle Heywood cases.
| Default | STOP |
|---|
specifies the maximum number of iterations for an iterative factor extraction algorithm.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Default | 30 |
| Minimum value | 1 |
specifies the convergence criterion to be used for an iterative factor extraction algorithm.
| Alias | conv |
|---|---|
| Default | 0.001 |
| Minimum value | 0 |
specifies the method to be used to handle Heywood cases.
| Default | STOP |
|---|
specifies the maximum number of iterations for an iterative factor extraction algorithm.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Default | 30 |
| Minimum value | 1 |
specifies the number of observations to be used for maximum likelihood or unweighted least squares factor extraction.
| Minimum value | 2 |
|---|
No parameters apply when you specify BIQUARTIMAX.
when set to True, specifies an oblique Crawford-Ferguson rotation.
| Default | FALSE |
|---|
specifies the two weights to use for traditional Crawford-Ferguson rotation.
when set to True, specifies an oblique Crawford-Ferguson rotation.
| Default | FALSE |
|---|
specifies the four weights to use for generalized Crawford-Ferguson rotation.
specifies the weight for the oblimin rotation.
| Default | 0 |
|---|
specifies the weight for the orthomax rotation.
| Default | 1 |
|---|
No parameters apply when you specify ASMC.
specifies the values to use for the prior communality estimates.
No parameters apply when you specify MAX.
No parameters apply when you specify ONE.
specifies the seed for the pseudorandom number generator that is used to assign prior communality estimates.
| Default | 0 |
|---|
No parameters apply when you specify SMC.
specifies the convergence criterion value for factor rotation cycles. Rotation stops when the scaled change of the simplicity function value is less than the specified value.
| Alias | conv |
|---|---|
| Default | 1E-09 |
| Minimum value | 0 |
specifies the maximum number of iterations for the factor rotation algorithm. The default value is either 10 times the number of variables or 100, whichever is greater.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Minimum value | 1 |
specifies the method of normalizing the rows of the factor pattern for rotation.
| Alias | norm |
|---|---|
| Default | KAISER |
specifies the singularity criterion for oblique rotations.
| Alias | sing |
|---|---|
| Default | 1E-08 |
| Minimum value | 0 |
specifies the convergence criterion value for factor rotation cycles. Rotation stops when the scaled change of the simplicity function value is less than the specified value.
| Alias | conv |
|---|---|
| Default | 1E-09 |
| Minimum value | 0 |
specifies the maximum number of iterations for the factor rotation algorithm. The default value is either 10 times the number of variables or 100, whichever is greater.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Minimum value | 1 |
specifies the method of normalizing the rows of the factor pattern for rotation.
| Alias | norm |
|---|---|
| Default | KAISER |
when set to True, specifies an oblique Crawford-Ferguson rotation.
| Default | FALSE |
|---|
specifies the singularity criterion for oblique rotations.
| Alias | sing |
|---|---|
| Default | 1E-08 |
| Minimum value | 0 |
specifies the two weights to use for traditional Crawford-Ferguson rotation.
specifies the convergence criterion value for factor rotation cycles. Rotation stops when the scaled change of the simplicity function value is less than the specified value.
| Alias | conv |
|---|---|
| Default | 1E-09 |
| Minimum value | 0 |
specifies the maximum number of iterations for the factor rotation algorithm. The default value is either 10 times the number of variables or 100, whichever is greater.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Minimum value | 1 |
specifies the method of normalizing the rows of the factor pattern for rotation.
| Alias | norm |
|---|---|
| Default | KAISER |
when set to True, specifies an oblique Crawford-Ferguson rotation.
| Default | FALSE |
|---|
specifies the singularity criterion for oblique rotations.
| Alias | sing |
|---|---|
| Default | 1E-08 |
| Minimum value | 0 |
specifies the four weights to use for generalized Crawford-Ferguson rotation.
No parameters apply when you specify NONE.
specifies the convergence criterion value for factor rotation cycles. Rotation stops when the scaled change of the simplicity function value is less than the specified value.
| Alias | conv |
|---|---|
| Default | 1E-09 |
| Minimum value | 0 |
specifies the maximum number of iterations for the factor rotation algorithm. The default value is either 10 times the number of variables or 100, whichever is greater.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Minimum value | 1 |
specifies the method of normalizing the rows of the factor pattern for rotation.
| Alias | norm |
|---|---|
| Default | KAISER |
specifies the singularity criterion for oblique rotations.
| Alias | sing |
|---|---|
| Default | 1E-08 |
| Minimum value | 0 |
specifies the weight for the oblimin rotation.
| Default | 0 |
|---|
specifies the convergence criterion value for factor rotation cycles. Rotation stops when the scaled change of the simplicity function value is less than the specified value.
| Alias | conv |
|---|---|
| Default | 1E-09 |
| Minimum value | 0 |
specifies the weight for the orthomax rotation.
| Default | 1 |
|---|
specifies the maximum number of iterations for the factor rotation algorithm. The default value is either 10 times the number of variables or 100, whichever is greater.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Minimum value | 1 |
specifies the method of normalizing the rows of the factor pattern for rotation.
| Alias | norm |
|---|---|
| Default | KAISER |
specifies the singularity criterion for oblique rotations.
| Alias | sing |
|---|---|
| Default | 1E-08 |
| Minimum value | 0 |
specifies the convergence criterion value for factor rotation cycles. Rotation stops when the scaled change of the simplicity function value is less than the specified value.
| Alias | conv |
|---|---|
| Default | 1E-09 |
| Minimum value | 0 |
specifies the maximum number of iterations for the factor rotation algorithm. The default value is either 10 times the number of variables or 100, whichever is greater.
| Aliases | maxIter |
|---|---|
| maxIters | |
| Minimum value | 1 |
specifies the method of normalizing the rows of the factor pattern for rotation.
| Alias | norm |
|---|---|
| Default | KAISER |
specifies the power to be used to form the promax rotation target pattern.
| Default | 3 |
|---|---|
| Minimum value | 1 |
specifies the prerotation method to use with the promax rotation.
The value that you specify for the type parameter determines the other parameters that apply.
when set to True, uses row normalization of the prerotated factor pattern, which is used in computing the promax target matrix.
| Default | TRUE |
|---|
specifies the singularity criterion for oblique rotations.
| Alias | sing |
|---|---|
| Default | 1E-08 |
| Minimum value | 0 |