GetMeanList Method

<< >>

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

GetMeanList Method

Gets the estimated means for the exogenous variables.

Syntax

result = object.GetMeanList ()

The GetMeanList method syntax has the following parts:

Part

Description

result

A list of VariableAndValue objects. Each VariableAndValue object consists of an exogenous Variable and a mean.

object

An object of type CValue.