Click or drag to resize
ANCOVAGetAdjustedANOVA Method
Returns the partial sum of squares for the one-way analysis of covariance.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double[] GetAdjustedANOVA()

Return Value

Type: Double
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