View source: R/summarise_PSA_.R
summarise_PSA_ | R Documentation |
Summarise PSA outputs and report results
summarise_PSA_( .effs, .costs, .interventions = NULL, .ref = NULL, .Kmax = 1e+05, .wtp = NULL, .plot = FALSE )
.effs |
A matrix containing the |
.costs |
A matrix 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
|
.ref |
An integer indicating the index of the reference
intervention. This parameter is ignored if more than two
|
.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 |
.plot |
A boolean, FALSE (default), for whether to generate plots. |
A list of class psa
with 24
elements.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.