Gets one element of the implied covariance matrix for all observed and latent variables, giving the implied covariance between two observed or latent variables. As an alternative, you can use GetAllImpliedCovariancesMatrix to get the entire matrix of implied covariances.
Syntax
result = object.GetAllImpliedCovariancesElement (rowVariableName, columnVariableName)
result = object.GetAllImpliedCovariancesElement (rowVariable, columnVariable)
The GetAllImpliedCovariancesElement method syntax has the following parts:
Part |
Description |
result |
The implied covariance. |
object |
An object of type CValue. |
rowVariableName |
(String) The name of an observed or latent variable. |
columnVariableName |
(String) The name of an observed or latent variable. |
rowVariable |
(An object of type Variable) An observed or latent variable. |
columnVariable |
(An object of type Variable) An observed or latent variable. |