|
|
ColumnRegressR Property
ColumnRegressR2 Property
ColumnRegressSlope Property
ColumnRegressYInter Property
Return calculated regression values for the data in the column.
New Y Value = Slope * X Value + YIntercept
FlpGrf.ColumnRegressR Correlation Coefficient r.
FlpGrf.ColumnRegressR2 Correlation Coefficient r squared.
FlpGrf.ColumnRegressSlope Slope of line.
FlpGrf.ColumnRegressYInter Y-Intercept.
Remarks
The linear equations y-intercept, slope, correlation ceofficients r and r squared are returned in ColumnRegressYInter, ColumnRegressSlope, ColumnRegressR and ColumnRegressR2, respectively.
If you need coefficients of a higher order regression, use ColumnRegressCoeff Method.
![]() |
Last modified on: Friday, August 16, 2002