Two Way Anova Model.Is Balanced 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#
true if all the cells in the design have the same number of observations; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override bool IsBalanced { get; }
Property Value
Booleantrue 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.