TwoWayAnovaModel.IsBalanced Property

Gets whether all the cells in the ANOVA design have the same number of observations.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override bool IsBalanced { get; }

Property Value

Boolean
true if all the cells in the design have the same number of observations; otherwise false.

Remarks

Evaluating unbalanced designs is very difficult except for the simplest one-way cases. Most often, the data is adjusted so the simpler equations for balanced designs can be used.

See Also