View source: R/combine_models.R
combine_models | R Documentation |
Combinea list of multiple models or cfp_dat()
objects into a single object.
combine_models(x)
## S3 method for class 'cfp_altres'
combine_models(x)
## S3 method for class 'list'
combine_models(x)
combine_models_by_reference(x_ref, x)
x |
A list of models, must inherit from |
x_ref |
Reference element of x that controls the return class and attributes. |
mod1 <- filter(base_dat, site == "site_a")
mod2 <- filter(base_dat, site == "site_b")
combine_models(list(mod1, mod2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.