Click or drag to resize

TwoWayAnovaUnbalancedGetOrderedRegression Method

Create the ordered linear regession object for the data and given coefficient ordering.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected TwoWayAnovaUnbalancedOrderedLinearRegression GetOrderedRegression(
	DataFrame data,
	int factorAColIndex,
	int factorBColIndex,
	int dataColIndex,
	TwoWayAnovaUnbalancedParameterOrder co
)

Parameters

data  DataFrame
Data frame containing the data.
factorAColIndex  Int32
The index of column containing the factor A.
factorBColIndex  Int32
The index of column containing the factor B.
dataColIndex  Int32
The index of column containing the data. This column must be numeric or convertible to a numeric type.
co  TwoWayAnovaUnbalancedParameterOrder
Coefficient ordering.

Return Value

TwoWayAnovaUnbalancedOrderedLinearRegression
The ordered linear regression object.
See Also