export_savi {heemod} | R Documentation |
Export PSA Results for SAVI
Description
Export the result of a PSA in a format compatible with Sheffield Accelerated Value of Information software.
Usage
export_savi(x, folder = ".")
Arguments
x |
PSA result. |
folder |
A folder where to save the |
Details
This function saves 3 files at the path given by
folder
: param.csv
, the parameter values,
cost.csv
and effect.csv
the cost and effect
results.
The official SAVI website can be found at this URL: https://savi.shef.ac.uk/SAVI/
Value
Nothing. Creates 3 files.
[Package heemod version 1.0.1 Index]