Gets a traditional two-way ANOVA table.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public TwoWayAnovaTable AnovaTable { get; }
Visual Basic (Declaration)
Public ReadOnly Property AnovaTable As TwoWayAnovaTable
Visual C++
public:
property TwoWayAnovaTable^ AnovaTable {
	TwoWayAnovaTable^ get ();
}

Remarks

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

See Also