Gets the estimated regression weights.
Syntax
result = object.GetRegressionWeightList ()
The GetRegressionWeightList 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 regression weight. |
object |
An object of type CValue. |