Variable RegressRes.overallP

The P-value for the model as a whole. Based on an F-statistic. The null here is that the model has no predictive value, the alternative is that it does.

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