View source: R/compute_NMBs_.R
compute_CEACs_ | R Documentation |
Compute Cost-Effectiveness Acceptability Curve (CEAC)
compute_CEACs_( .nmb, .effs = NULL, .costs = NULL, .interventions = NULL, .Kmax = NULL, .wtp = NULL )
.nmb |
A list (with similar features to a 3D-array) containing the
Net Monetary Benefits from each probabilistic sensitivity analysis (PSA)
run for each intervention across a range of willingness-to-pay (WTP)
values. The dimensions of this list are:
|
.effs |
A tibble containing the |
.costs |
A tibble containing the |
.interventions |
A vector containing the names of all
interventions. If not provided or less names than needed is provided,
the function will generate generic names, for example
|
.Kmax |
The maximum willingness-to-pay threshold to use in the
analysis. This parameter is ignored if |
.wtp |
A vector of numerical values declaring the
willingness-to-pay (WTP) values to use in the analysis. If |
A tibble containing the probability of being cost-effective for all interventions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.