Click or drag to resize

TwoWayAnovaTableMeanSquare Method

Returns the mean square for the specified factor.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double MeanSquare(
	string factorName
)

Parameters

factorName  String
The name of a factor.

Return Value

Double
The mean square for the specified factor.
See Also