Constructs a new OneWayRAnovaModel object.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	dataTable As DataTable, _
	observationColumnName As String, _
	factorColumnName As String, _
	subjectColumnName As String _
)
C#
public OneWayRAnovaModel (
	DataTable dataTable,
	string observationColumnName,
	string factorColumnName,
	string subjectColumnName
)
C++
public:
OneWayRAnovaModel (
	DataTable^ dataTable, 
	String^ observationColumnName, 
	String^ factorColumnName, 
	String^ subjectColumnName
)

Parameters

dataTable (System.Data.DataTable)
A DataTable containing the data for the calculation.
observationColumnName (System.String)
A String that specifies the name of the column in dataTable that contains the observations.
factorColumnName (System.String)
A String that specifies the name of the column in dataTable that contains the factor levels.
subjectColumnName (System.String)
A String that specifies the name of the column in dataTable that identifies the subjects.