View source: R/reconstruct_formulas.R
reconstruct_formulas | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.