Click or drag to resize

TwoWayAnovaBaseGetMeanForFactorLevel Method

Returns the mean for the specified factor level.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double GetMeanForFactorLevel(
	string factorName,
	Object factorLevel
)

Parameters

factorName  String
The name of a factor.
factorLevel  Object
The level of the factor.

Return Value

Double
The mean for the specified factor level.
See Also