Click or drag to resize

TwoWayAnovaBaseGetMeanForCell Method

Returns the mean for the specified 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 double GetMeanForCell(
	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

Double
The mean for the data in the specified cell.
See Also