| LogisticRegressionAuxiliaryStatsParameterCalcNagelkerke Property |
Gets the Nagelkerke pseudo R-squared statistic for the model.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public double Nagelkerke { get; }
Public ReadOnly Property Nagelkerke As Double
Get
public:
property double Nagelkerke {
double get ();
}
member Nagelkerke : float with get
Property Value
DoubleRemarks
The Nagelkerke pseudo R-squared statistic is computed as
1 - (Likelihood-interceptOnly/Likelihood-fullModel)^(2/N)
where N is the number of observations.
See Also