Gets the AnovaTable that summarizes the results of this model.

Namespace: Extreme.Statistics
Assembly:   Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0

Syntax

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

Field Value

The AnovaTable that summarizes the results of this model.

Exceptions

ExceptionCondition
System.InvalidOperationExceptionThe property is accessed before the model has been computed.