combine_models | R Documentation |
Given a set of models run with different parameters, return aggregated results to estimate population-level values.
combine_models(newmodels, weights, oldmodel)
newmodels |
A list of models run over a set of multiple parameters. |
weights |
A vector of weights, same length as the number of parameter sets. |
oldmodel |
The original model. |
A combined_models
object, mostly similar
to a result from run_model()
. plot
and summary
methods are available.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.