Click or drag to resize

TwoWayAnovaAnovaTable Property

Gets a traditional two-way ANOVA table.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public TwoWayAnovaTable AnovaTable { get; }

Property Value

TwoWayAnovaTable
Remarks
The returned TwoWayAnovaTable instance provides member functions and read-only properties for accessing individual elements in the ANOVA table.
See Also