GetSampleCorrelationsMatrix Method

<< >>

Navigation:  Programming with Amos > Class Reference > CValue Class Reference > CValue Class Members > Methods >

GetSampleCorrelationsMatrix Method

Gets the sample correlation matrix. As an alternative, you can use GetSampleCorrelationsElement to get the sample correlation between two observed variables.

Syntax

object.GetSampleCorrelationsMatrix (theSymmetricMatrix, variables)

The GetSampleCorrelationsMatrix method syntax has the following parts:

Part

Description

object

An object of type CValue.

theSymmetricMatrix

The sample correlation matrix.

variables

A list of the variables that correspond to the rows (and also the columns) of the sample correlation matrix.