View source: R/compute_NMBs_.R
compute_NMBs_ | R Documentation |
Compute Monetary Net-Benefit (NMB) or incremental NMB (iNMB)
compute_NMBs_(.effs, .costs, .interventions = NULL, .Kmax = NULL, .wtp = NULL)
.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 list containing the NMB list, eNMB tibble, WTP tibble and other objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.