Click or drag to resize

TwoWayAnovaUnbalancedGetParameterSlices Method

For a give ANOVA regression factor/interaction parameter order, computes the slices to access the columns of the regression matrix for the factor and interaction parameters.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected TwoWayAnovaUnbalancedParameterSlices GetParameterSlices(
	TwoWayAnovaUnbalancedParameterOrder paramOrder
)

Parameters

paramOrder  TwoWayAnovaUnbalancedParameterOrder
The factor order.

Return Value

TwoWayAnovaUnbalancedParameterSlices
Slices to access the columns of the regression matrix for the factor and interaction parameters.
See Also