  | TwoWayAnovaTableFstatistic Method | 
            Returns the F statistic for the specified factor.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double Fstatistic(
	string factorName
)
Public Function Fstatistic ( 
	factorName As String
) As Double
public:
double Fstatistic(
	String^ factorName
)
member Fstatistic : 
        factorName : string -> float Parameters
- factorName  String
 - The name of a factor.
 
Return Value
DoubleThe F statistic for the specified factor.
See Also