Click or drag to resize
ANOVAFactorialErrorIncludeType Property
The error included type.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public ANOVAFactorialErrorCalculation ErrorIncludeType { get; set; }

Property Value

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