sens_seq | R Documentation |
This is always a univariate (one parameter at a time) sensitivity analysis.
sens_seq(mod, ...)
sens_seq_(mod, .dots)
mod |
the model object |
... |
named sequences of parameters; also arguments passed to mrgsim |
.dots |
list of arguments to pass to |
In contrast to other simulation functions,
sens_seq
always returns
data in long format with respect to
the parameters involved in sensitivity
analysis.
sens_grid
mod <- mrgsolve:::house() %>% ev(amt = 100)
out <-
mod %>%
sens_seq(CL = seq(1,2,0.2), VC = c(10,20,30))
out
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.