Description Usage Arguments Value Examples
This function produces cost effectiveness summary measures using the output of markov_simulation_pipeline
or similar data structures. At least two interventions must be present.
1 2 3 4 5 6 | analyse_ce(
markov_simulations = NULL,
baseline = 1,
willingness_to_pay_threshold = 20000,
type = "base"
)
|
markov_simulations |
A dataframe of markov samples and simulations as produced by |
baseline |
Numeric, the intervention to consider as the baseline for pairwise comparisons. |
willingness_to_pay_threshold |
Numeric, defaulting to 20,000. This is the threshold at which an intervention may be considered cost effective in the UK. |
type |
A character string specifying the approach to use to simulate the model. Currently implemented approaches are "base" with "base" as the default. |
A list of dataframes including: Cost effectiveness measures for each sample, and summarised cost effectiveness measures across samples.
1 2 3 4 5 | sims <- markov_simulation_pipeline(example_two_state_markov(),
duration = 10, samples = 10)
analyse_ce(sims)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.