Gets the implied correlation matrix for the observed variables in the model. As an alternative, you can use GetImpliedCorrelationsElement to get the implied correlation between two observed variables.
Syntax
object.GetImpliedCorrelationsMatrix (theSymmetricMatrix, variables)
The GetImpliedCorrelationsMatrix method syntax has the following parts:
Part |
Description |
object |
An object of type CValue. |
theSymmetricMatrix |
The implied correlation matrix. The returned matrix contains only the non-redundant diagonal and subdiagonal elements. |
variables |
A list of the variables that correspond to the rows (and also the columns) of the implied correlation matrix. |