evppi | R Documentation |
Calculate the expected value of partial perfect information from a decision-analytic model
evppi(
outputs,
inputs,
pars = NULL,
method = NULL,
se = FALSE,
B = 1000,
nsim = NULL,
verbose = FALSE,
check = FALSE,
...
)
outputs |
This could take one of two forms "net benefit" form: a matrix or data frame of samples from the uncertainty distribution of the expected net benefit. The number of rows should equal the number of samples, and the number of columns should equal the number of decision options. "cost-effectiveness analysis" form: a list with the following named components:
Objects of class Users of heemod can create an object of this form, given an object
produced by If |
inputs |
Matrix or data frame of samples from the uncertainty
distribution of the input parameters of the decision model. The number
of columns should equal the number of parameters, and the columns should
be named. This should have the same number of rows as there are samples
in Users of heemod can create an object of this form, given an object
produced by |
pars |
Either a character vector, or a list of character vectors. If a character vector is supplied, then a single, joint EVPPI calculation is done with for the parameters named in this vector. If a list of character vectors is supplied, then multiple EVPPI calculations are performed, one for each list component defined in the above vector form.
|
method |
Character string indicating the calculation method. If one
string is supplied, this is used for all calculations. A vector of different strings
can be supplied if a different method is desired for different list components
of The default methods are based on nonparametric regression:
|
se |
If this is |
B |
Number of parameter replicates for calculating the standard error.
Only applicable to |
nsim |
Number of simulations from the decision model to use
for calculating EVPPI. The first |
verbose |
If |
check |
If |
... |
Other arguments to control specific methods. For
For
For
For any of the nonparametric regression methods:
For
For
|
A data frame with a column pars
, indicating the parameter(s),
and a column evppi
, giving the corresponding EVPPI.
If outputs
is of "cost-effectiveness analysis" form, so that there is
one EVPPI per willingness-to-pay value, then a column k
identifies the
willingness-to-pay.
If standard errors are requested, then the standard errors are returned in
the column se
.
Heath, A., Kunst, N., & Jackson, C. (eds.). (2024). Value of Information for Healthcare Decision-Making. CRC Press.
Strong, M., Oakley, J. E., & Brennan, A. (2014). Estimating multiparameter partial expected value of perfect information from a probabilistic sensitivity analysis sample: a nonparametric regression approach. Medical Decision Making, 34(3), 311-326.
Heath, A., Manolopoulou, I., & Baio, G. (2016). Estimating the expected value of partial perfect information in health economic evaluations using integrated nested Laplace approximation. Statistics in Medicine, 35(23), 4264-4280.
Baio, G., Berardi, A., & Heath, A. (2017). Bayesian cost-effectiveness analysis with the R package BCEA. New York: Springer.
Milborrow, S. (2019) earth: Multivariate Adaptive Regression Splines. R package version 5.1.2. Derived from mda:mars by Trevor Hastie and Rob Tibshirani. Uses Alan Miller's Fortran utilities with Thomas Lumley's leaps wrapper. https://CRAN.R-project.org/package=earth.
Strong, M., & Oakley, J. E. (2013). An efficient method for computing single-parameter partial expected value of perfect information. Medical Decision Making, 33(6), 755-766. Chicago
Sadatsafavi, M., Bansback, N., Zafari, Z., Najafzadeh, M., & Marra, C. (2013). Need for speed: an efficient algorithm for calculation of single-parameter expected value of partial perfect information. Value in Health, 16(2), 438-448.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.