IMSL C# Numerical Library

ANOVAFactorial.ErrorIncludeType Property

The error included type.

public ANOVAFactorial.ErrorCalculation ErrorIncludeType {get; set;}

Property Value

An int scalar specifying the included error type.

Remarks

ANOVAFactorial.ErrorCalculation.Pure, the default option, indicates factor nSubscripts is error. Its main effect and all its interaction effects are pooled into the error with the other (ModelOrder + 1)-way and higher-way interactions.

ANOVAFactorial.ErrorCalculation.Pooled indicates factor nSubscripts is not error. Only (ModelOrder + 1)-way and higher-way interactions are included in the error.

See Also

ANOVAFactorial Class | Imsl.Stat Namespace