Gets a traditional RANOVA table.

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

Syntax

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

Remarks

Returns a reference to a OneWayRanovaTable that will be overwritten if the SetData() method is invoked on this OneWayRanova instance. If you want an independent copy of the table invoke Clone() on the reference returned by this property.

See Also