  | TwoWayRanovaTwoTableSubjectInteractionDegreesOfFreedom Method | 
            Returns the degrees of freedom for the interaction between subjects and the
            specified factor.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double SubjectInteractionDegreesOfFreedom(
	string factorName
)
Public Function SubjectInteractionDegreesOfFreedom ( 
	factorName As String
) As Double
public:
double SubjectInteractionDegreesOfFreedom(
	String^ factorName
)
member SubjectInteractionDegreesOfFreedom : 
        factorName : string -> float Parameters
- factorName  String
 - The name of a factor.
 
Return Value
DoubleThe degrees of freedom for the interaction between subjects and the
            specified factor.
See Also