View source: R/sensitivity_define.R
define_dsa | R Documentation |
Define parameter variations for a Markov model sensitivity analysis.
define_dsa(...)
define_dsa_(par_names, low_dots, high_dots)
... |
A list of parameter names and min/max values
of the form |
par_names |
String vector of parameter names. |
low_dots , high_dots |
Used to work around non-standard evaluation. |
A sensitivity
object.
define_dsa(
a, 10, 45,
b, .5, 1.5
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.