Gets the AnovaTable that summarizes the results of this model.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

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

Value

The AnovaTable that summarizes the results of this model.

Exceptions

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