GetSampleMeansVector Method

<< >>

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

GetSampleMeansVector Method

Gets the sample means vector. As an alternative, you can use GetSampleMeansElement to get the sample mean of a single observed variable.

Syntax

object.GetSampleMeansVector (theVector, variables)

The GetSampleMeansVector method syntax has the following parts:

Part

Description

object

An object of type CValue.

theVector

A vector of sample means.

variables

A list of the variables that correspond to the elements of the sample means vector.