Gets the regression weight applied to one of the observed variables when all observed variables are used to predict one of the latent variables.
Syntax
result = object.FactorScoreWeight (latentVariable, observedVariable)
The FactorScoreWeight method syntax has the following parts:
Part |
Description |
result |
The standardized total effect. |
object |
An object of type CValueSimple. |
latentVariable |
(An object of type Variable) A (predicted) latent variable. |
observedVariable |
(An object of type Variable) An observed predictor variable. |