Click or drag to resize

TwoWayAnovaBaseGetCellData Method

Returns all the data in a cell, as defined by the levels of the two factors in the ANOVA.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DFNumericColumn GetCellData(
	string factorAName,
	Object factorALevel,
	string factorBName,
	Object factorBLevel
)

Parameters

factorAName  String
The name of the first factor.
factorALevel  Object
The level for the first factor.
factorBName  String
The name of the second factor.
factorBLevel  Object
The level for the second factor.

Return Value

DFNumericColumn
The data in the specified cell. A copy of the data is returned as a DFNumericColumn.
See Also