Represents a row representing a contribution from the model in an AnovaTable.

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

Syntax

Visual Basic (Declaration)
Public Class AnovaModelRow _
	Inherits AnovaRow
C#
public class AnovaModelRow : AnovaRow
Visual C++
public ref class AnovaModelRow : public AnovaRow

Remarks

Use an AnovaModelRow object to represent a row in an AnovaTable. that compares the contribution of a component of the model to the variation in the data to the contribution of the variation that is not explained by the model.

AnovaModelRow inherits from AnovaRow. Two extra properties provide access to the result of this comparison.

The FStatistic property returns the F statistic for the ratio of the contributions of the variances. The PValue property gets the p-value associated with the F-statistic, and gives an indication of the significance of the contribution of the factor to the variation in the data.

The CompleteModelRow and property and the GetModelRow(Int32) method return objects of type AnovaModelRow.

AnovaModelRow objects can't be constructed independently. They are created automatically when the model is computed.

Inheritance Hierarchy

System.Object
  Extreme.Statistics.AnovaRow
    Extreme.Statistics.AnovaModelRow