ANCOVAGetAdjustedANOVA Method |
Returns the partial sum of squares for the one-way analysis of
covariance.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetAdjustedANOVA()
Public Function GetAdjustedANOVA As Double()
public:
array<double>^ GetAdjustedANOVA()
member GetAdjustedANOVA : unit -> float[]
Return Value
Type:
Double
A
double array containing the partial sum of squares
for the one-way analysis of covariance organized as follows:
index | Description |
---|
0 | Degrees of freedom for groups after covariates. |
1 | Degrees of freedom for covariates after groups. |
2 | Sum of squares for groups after covariates. |
3 | Sum of squares for model (groups and covariates
combined). |
4 | F-statistic for groups. |
5 | F-statistic for covariates. |
6 | p-value for groups. |
7 | p-value for covariates. |
See Also