sens_grid | R Documentation |
Sensitivity analysis with all parameter combinations
sens_grid(mod, ...)
mod |
the model object |
... |
named sequences of parameters; also arguments passed to mrgsim |
In contrast to other sensitivity analysis functions,
sens_grid
always returns data in
wide format with respect to parameters involved
in the sensitivity analysis.
sens_seq
mod <- mrgsolve:::house()
out <-
mod %>%
ev(amt=100) %>%
Req(CP) %>%
sens_grid(CL = seq(1,2,0.2), VC = seq(10,40,5))
out
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.