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. |