Returns the degrees of freedom for the interaction between subjects and the specified factor.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public double SubjectInteractionDegreesOfFreedom(
	string factorName
)
Visual Basic (Declaration)
Public Function SubjectInteractionDegreesOfFreedom ( _
	factorName As String _
) As Double
Visual C++
public:
double SubjectInteractionDegreesOfFreedom(
	String^ factorName
)

Parameters

factorName
Type: System..::.String
The name of a factor.

Return Value

The degrees of freedom for the interaction between subjects and the specified factor.

See Also