Gets a traditional ANOVA table.

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

Syntax

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

Remarks

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

See Also