mnl | R Documentation |
mnl
is used to compute the probability of each startegy being optimal
over different values of a parametere of interest from a probabilistic
sensitivity analysis (PSA) dataset.
mnl(x, y, parm, strategies = NULL, range = NULL, txtsize = 12)
x |
Matrix with the model inputs or parameters |
y |
Matrix with the model outputs |
parm |
String with the name of the parameter of interest |
strategies |
String vector with the name of the strategies |
range |
Range of the parameter of interest. Default: NULL range. If range=NULL, the 2.5th and 9.75th percentile of the parameter of interest will be used as lower and upper bounds of the range, respectively. |
txtsize |
Font size for ggplot graph. Default: 12 |
mnl A melted data frame with each strategy's probability of being cost-effective over a range of values of the parameter of interest.
mnl
computes the probability of each of the strategies being
cost-effective at over different values of the parameter of interest.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.