Variable LogisticRes.nullLogLikelihood

The log likelihood for the null model.

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