Gets the matrix of factor score weights. As an alternative, you can use GetFactorScoreWeightsElement to get one element of the matrix of factor score weights.
Syntax
object.GetFactorScoreWeightsMatrix (theFactorScoreWeights, rowVariables, columnVariables)
The GetFactorScoreWeightsMatrix method syntax has the following parts:
Part |
Description |
object |
An object of type CValue. |
theFactorScoreWeights |
The matrix of factor score weights. The rows of the matrix correspond to the unobserved variables in the model. The columns correspond to the observed variables. The elements of the matrix give the regression weights for using the observed variables to predict the unobserved variables. |
rowVariables |
A list of the variables that correspond to the rows of the matrix of factor score weights. |
columnVariables |
A list of the variables that correspond to the columns of the matrix of factor score weights. |