Gets the implied correlation matrix for all observed and latent variables. As an alternative, you can use GetAllImpliedCorrelationsElement to get the implied correlation between two observed or latent variables.
Syntax
object.GetAllImpliedCorrelationsMatrix (theSymmetricMatrix, variables)
The GetAllImpliedCorrelationsMatrix 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. |