Combine Model Simulations, Costs, and Health Utilities

combine_data(simulations = NULL, costs = NULL, health_utility = NULL,
  discounting = NULL)

Arguments

simulations

A dataframe of simulations. An example of the format required is ceplotr::example_simulation.

costs

A dataframe costs. An example of the format required is ceplotr::example_costs.

health_utility

A dataframe health utilities. An example of the format required is ceplotr::example_health_utility.

discounting

Numeric, defaulting to none.

Value

A dataframe of combined cost effectiveness data

Examples