AnovaModel.ObservationsPerCell Property

Gets the number of observations per cell.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public abstract int ObservationsPerCell { get; }

Property Value

Int32
If the design is balanced, the number of observations in each cell; otherwise the value -1.

See Also