Creates a summary dataframe keyed by model-individual pairs for an input vector of models.
Content of the various columns:
+-------------------------+----------------------------------------------------------------------+
| Column | Description |
+=========================+======================================================================+
| outlier_count
| Number of observations with CWRES > 5 |
+-------------------------+----------------------------------------------------------------------+
| ofv
| Individual OFV |
+-------------------------+----------------------------------------------------------------------+
| dofv_vs_parent
| Difference in individual OFV between this model and its parent model |
+-------------------------+----------------------------------------------------------------------+
| predicted_dofv
| Predicted dOFV if this individual was excluded |
+-------------------------+----------------------------------------------------------------------+
| predicted_residual
| Predicted residual |
+-------------------------+----------------------------------------------------------------------+
summarize_individuals(models)
(data.frame | NULL) The summary as a dataframe
(array(Model)) Input models