Returns the partial sum of squares for the one-way analysis of covariance.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double[] GetAdjustedANOVA()
Visual Basic (Declaration)
Public Function GetAdjustedANOVA As Double()
Visual C++
public:
array<double>^ GetAdjustedANOVA()

Return Value

A double array containing the partial sum of squares for the one-way analysis of covariance organized as follows:

indexDescription
0Degrees of freedom for groups after covariates.
1Degrees of freedom for covariates after groups.
2Sum of squares for groups after covariates.
3Sum of squares for model (groups and covariates combined).
4F-statistic for groups.
5F-statistic for covariates.
6p-value for groups.
7p-value for covariates.

See Also