GetStandardizedRegressionWeightList Method

<< >>

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

GetStandardizedRegressionWeightList Method

Gets the standardized regression weights.

Syntax

result = object.GetStandardizedRegressionWeightList ()

The GetStandardizedRegressionWeightList method syntax has the following parts:

Part

Description

result

A list of OrderedPairAndValue objects. Each OrderedPairAndValue object consists of a dependent Variable (the 'to' variable), an independent Variable (the 'from' variable), and a standardized regression weight.

object

An object of type CValue.