group_test_models | R Documentation |
Group the input list of models into a list of sub-lists of models which are grouped by a common variable
group_test_models(lst, group_by = c("adapt_delta", "num_cores"))
lst |
A list, as returned from |
group_by |
A character string defining the variable to group by. Must be one of "adapt_delta", "num_cores" |
A list of sub-lists, grouped by the unique value of the variable
defined by group_by
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.