Learn R Programming

heemod (version 0.4.0)

combine_models: Combine Multiple Models

Description

Given a set of models run with different parameters, return aggregated results to estimate population-level values.

Usage

combine_models(list_newmodels, weights, oldmodel)

Arguments

list_newmodels
A list of models run over a set of multiple parameters.
weights
A vector of weigths, same length as the number of parameter sets.
oldmodel
The original model.

Value

A combined_models object, mostly similar to a result from run_models. plot and summary methods are available.