Constructs a new OneWayAnovaModel object for the specified data..

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	variables As VariableCollection, _
	observationVariableName As String, _
	factorVariableName As String, _
	subjectVariableName As String _
)
C#
public OneWayRAnovaModel (
	VariableCollection variables,
	string observationVariableName,
	string factorVariableName,
	string subjectVariableName
)
C++
public:
OneWayRAnovaModel (
	VariableCollection^ variables, 
	String^ observationVariableName, 
	String^ factorVariableName, 
	String^ subjectVariableName
)

Parameters

variables (Extreme.Statistics.VariableCollection)
A VariableCollection containing the data for the calculation.
observationVariableName (System.String)
A String that specifies the name of the column in variables that contains the observations.
factorVariableName (System.String)
A String that specifies the name of the column in variables that contains the factor levels.
subjectVariableName (System.String)
A String that specifies the name of the column in variables that identifies the subjects.