Variable LogisticRes.overallP

The P-value for the model as a whole, based on the likelihood ratio test. The null here is that the model has no predictive value, the alternative is that it does have predictive value.

struct LogisticRes
{
  // ...
  double overallP ;
  // ...
}