ANOVA Properties |
The ANOVA type exposes the following members.
Name | Description | |
---|---|---|
AdjustedRSquared |
Returns the adjusted R-squared (in percent).
| |
CoefficientOfVariation |
Returns the coefficient of variation (in percent).
| |
DegreesOfFreedomForError |
Returns the degrees of freedom for error.
| |
DegreesOfFreedomForModel |
Returns the degrees of freedom for the model.
| |
ErrorMeanSquare |
Returns the error mean square.
| |
F |
Returns the F statistic.
| |
MeanOfY |
Returns the mean of the response (dependent variable).
| |
ModelErrorStdev |
Returns the estimated standard deviation of the model error.
| |
ModelMeanSquare |
Returns the model mean square.
| |
NumberOfProcessors |
Perform the parallel calculations with the maximum possible number of
processors set to NumberOfProcessors.
| |
P |
Returns the p-value.
| |
RSquared |
Returns the R-squared (in percent).
| |
SumOfSquaresForError |
Returns the sum of squares for error.
| |
SumOfSquaresForModel |
Returns the sum of squares for model.
| |
TotalDegreesOfFreedom |
Returns the total degrees of freedom.
| |
TotalMissing |
Returns the total number of missing values.
| |
TotalSumOfSquares |
Returns the total sum of squares.
|