Click or drag to resize

TwoWayAnovaTableDegreesOfFreedom Method

Returns the degrees of freedom for the specified factor.

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

Parameters

factorName  String
The name of a factor.

Return Value

Int32
The degrees of freedom for the specified factor.
See Also