The error included type.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public ANOVAFactorial..::.ErrorCalculation ErrorIncludeType { get; set; }
Visual Basic (Declaration)
Public Property ErrorIncludeType As ANOVAFactorial..::.ErrorCalculation
Visual C++
public:
property ANOVAFactorial..::.ErrorCalculation ErrorIncludeType {
	ANOVAFactorial..::.ErrorCalculation get ();
	void set (ANOVAFactorial..::.ErrorCalculation value);
}

Field 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