Sets the data of a row in the model's AnovaTable.

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

Syntax

Visual Basic (Declaration)
Protected Sub SetAnovaRow ( _
	rowType As AnovaRowType, _
	caption As String, _
	degreesOfFreedom As Double, _
	sumOfSquares As Double _
)
C#
protected void SetAnovaRow (
	AnovaRowType rowType,
	string caption,
	double degreesOfFreedom,
	double sumOfSquares
)
C++
protected:
void SetAnovaRow (
	AnovaRowType rowType, 
	String^ caption, 
	double degreesOfFreedom, 
	double sumOfSquares
)

Parameters

rowType (Extreme.Statistics.AnovaRowType)
A AnovaRowType value that specifies the type of row.
caption (System.String)
The caption used as the row header.
degreesOfFreedom (System.Double)
The degrees of freedom associated with the row.
sumOfSquares (System.Double)
The sum of squares associated with the row.