The IVarianceAnalysisUnbiasedEstimation interface returns the results of variance analysis: unbiased estimation of the sum of squared residuals.
Use the BetweenGroup and WithinGroup properties to get results for single-factor analysis.
Use the Accuracy, Columns, and Rows properties to get results for two-factor analysis.
| Property name | Brief description | |
![]() |
Accuracy | The Accuracy property returns the accuracy value. |
![]() |
BetweenGroup | The BetweenGroup property returns the value between groups. |
![]() |
Columns | The Columns property returns the value for columns. |
![]() |
Rows | The Rows property returns the value for rows. |
![]() |
WithinGroup | The WithinGroup property returns the value within groups. |
See also: