View source: R/bag_load_models.R
bag_load_models | R Documentation |
Load a series of files output of fit_net_clogit models and put them on a bag
bag_load_models(
data,
load_models_path = ".",
load_models_pattern = NULL,
names_from_file = FALSE,
name_from_file_pattern = "Resample",
verbose = FALSE
)
data |
|
load_models_path |
|
load_models_pattern |
|
names_from_file |
|
name_from_file_pattern |
The parameters metric, standardize, and method should be same ones used to fit the bag of models. |
f |
|
samples |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.