sens_each | R Documentation |
Sensitivity analysis one-by-one
sens_each(mod, ...)
mod |
a model object |
... |
numeric vectors with names matching model parameter names |
mod <- mrgsolve:::house() %>% ev(amt = 100)
mod %>%
sens_each(CL = c(0.5, 1, 1.5), KA = c(0.8, 1.1, 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.