Please enable JavaScript to view this site.

IBM® SPSS® Amos™ 28

Gets one element of the implied correlation matrix for all observed and latent variables, giving the implied correlation between two observed or latent variables. As an alternative, you can use GetAllImpliedCorrelationsMatrix to get the entire matrix of implied correlations.

Syntax

result = object.GetAllImpliedCorrelationsElement (rowVariableName, columnVariableName)

result = object.GetAllImpliedCorrelationsElement (rowVariable, columnVariable)

The GetAllImpliedCorrelationsElement method syntax has the following parts:

Part

Description

result

The implied correlation.

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.

© 2021 Amos Development Corporation