reconstruct_formulas {cvms} | R Documentation |
In the (cross-)validation results from functions like
cross_validate()
,
the model formulas have been split into the columns
Dependent
, Fixed
and Random
.
Quickly reconstruct the model formulas from these columns.
reconstruct_formulas(results, topn = NULL)
results |
Must contain at least the columns |
topn |
Number of top rows to return. Simply applies |
list
of model formulas.
Ludvig Renbo Olsen, r-pkgs@ludvigolsen.dk