Please enable JavaScript to view this site.

IBM® SPSS® Amos™ 28

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

Syntax

result = object.GetImpliedCorrelationsElement (rowVariableName, columnVariableName)

result = object.GetImpliedCorrelationsElement (rowVariable, columnVariable)

The GetImpliedCorrelationsElement 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 variable.

columnVariableName

(String) The name of an observed variable.

rowVariable

(An object of type Variable) An observed variable.

columnVariable

(An object of type Variable) An observed variable.

© 2021 Amos Development Corporation