Click or drag to resize
ANOVA Properties

The ANOVA type exposes the following members.

Properties
  NameDescription
Public propertyAdjustedRSquared
Returns the adjusted R-squared (in percent).
Public propertyCoefficientOfVariation
Returns the coefficient of variation (in percent).
Public propertyDegreesOfFreedomForError
Returns the degrees of freedom for error.
Public propertyDegreesOfFreedomForModel
Returns the degrees of freedom for the model.
Public propertyErrorMeanSquare
Returns the error mean square.
Public propertyF
Returns the F statistic.
Public propertyMeanOfY
Returns the mean of the response (dependent variable).
Public propertyModelErrorStdev
Returns the estimated standard deviation of the model error.
Public propertyModelMeanSquare
Returns the model mean square.
Public propertyNumberOfProcessors
Perform the parallel calculations with the maximum possible number of processors set to NumberOfProcessors.
Public propertyP
Returns the p-value.
Public propertyRSquared
Returns the R-squared (in percent).
Public propertySumOfSquaresForError
Returns the sum of squares for error.
Public propertySumOfSquaresForModel
Returns the sum of squares for model.
Public propertyTotalDegreesOfFreedom
Returns the total degrees of freedom.
Public propertyTotalMissing
Returns the total number of missing values.
Public propertyTotalSumOfSquares
Returns the total sum of squares.
Top
See Also