reconstruct_formulas {cvms} | R Documentation |
Reconstruct model formulas from results tibbles
Description
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.
Usage
reconstruct_formulas(results, topn = NULL)
Arguments
results |
Must contain at least the columns |
topn |
Number of top rows to return. Simply applies |
Value
list
of model formulas.
Author(s)
Ludvig Renbo Olsen, r-pkgs@ludvigolsen.dk
[Package cvms version 1.6.1 Index]