When reporting results, we might not want all the nested tibbles and process information columns. This function selects the evaluation metrics and model formulas only.
select_metrics(results, include_definitions = TRUE,
additional_includes = NULL)
Results tibble from cross_validate()
or validate()
.
Whether to include the Dependent
,
Fixed
and (possibly) Random
columns. (Logical)
Names of additional columns to select. (Character)
The results tibble with only metric and model definition columns.
The first element in the Family
column is used to identify the relevant columns.