Gets a traditional two-way RANOVA table.

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

Syntax

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

Remarks

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

See Also