mnl: Multinomial Logistic (MNL) Metamodeling for Decision...

Description Usage Arguments Value Details

Description

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.

Usage

1
mnl(x, y, parm, strategies = NULL, range = NULL, txtsize = 12)

Arguments

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

Value

mnl A melted data frame with each strategy's probability of being cost-effective over a range of values of the parameter of interest.

Details

mnl computes the probability of each of the strategies being cost-effective at over different values of the parameter of interest.


feralaes/dampack documentation built on May 16, 2019, 12:48 p.m.