group_test_models: Group the input list of models into a list of sub-lists of...

group_test_modelsR Documentation

Group the input list of models into a list of sub-lists of models which are grouped by a common variable

Description

Group the input list of models into a list of sub-lists of models which are grouped by a common variable

Usage

group_test_models(lst, group_by = c("adapt_delta", "num_cores"))

Arguments

lst

A list, as returned from load_all_models_in_subdir()

group_by

A character string defining the variable to group by. Must be one of "adapt_delta", "num_cores"

Value

A list of sub-lists, grouped by the unique value of the variable defined by group_by


pacific-hake/hake-assessment documentation built on Jan. 14, 2025, 9:12 p.m.