evppivar | R Documentation |
Calculate the expected value of partial perfect information for an estimation problem. This computes the expected reduction in variance in some quantity of interest with perfect information about a parameter or parameters of interest.
evppivar(
outputs,
inputs,
pars = NULL,
method = NULL,
nsim = NULL,
verbose = TRUE,
...
)
outputs |
a vector of values for the quantity of interest, sampled from the uncertainty distribution of this quantity that is induced by the uncertainty about the parameters. This can also be a data frame with one column. Typically this will come from a Monte Carlo sample, where we first sample from the uncertainty distributions of the parameters, and then compute the quantity of interest as a function of the parameters. It might also be produced by a Markov Chain Monte Carlo sample from the joint distribution of parameters and outputs. |
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:
|
nsim |
Number of simulations from the decision model to use
for calculating EVPPI. The first |
verbose |
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.
Jackson, C., Presanis, A., Conti, S., & De Angelis, D. (2019). Value of information: Sensitivity analysis and research design in Bayesian evidence synthesis. Journal of the American Statistical Association, 114(528), 1436-1449.
Jackson, C., Johnson, R., de Nazelle, A., Goel, R., de Sa, T. H., Tainio, M., & Woodcock, J. (2021). A guide to value of information methods for prioritising research in health impact modelling. Epidemiologic Methods, 10(1).
Jackson, C. H., Baio, G., Heath, A., Strong, M., Welton, N. J., & Wilson, E. C. (2022). Value of Information analysis in models to inform health policy. Annual Review of Statistics and its Application, 9, 95-118.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.