The IVarianceAnalysisSumSquared interface returns the results of variance analysis: squariance.
The following properties return results for single factor analysis: BetweenGroup, WithinGroup, and Total.
The following properties return results for two factor analysis: Accuracy, Columns, Rows, and Total.
| 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. |
![]() |
Total | The Total property returns the total values. |
![]() |
WithinGroup | The WithinGroup property returns the value within groups. |
See also: