parseq_manual | R Documentation |
Simulation helper to manually specify parameter sequences
parseq_manual(mod, ...)
mod |
mrgsolve model object. |
... |
named numeric vectors of parameter values to simulate; names must correspond to parameters in the model object. |
Parameter value vectors passed via ...
will be sorted prior to simulation.
parseq_cv()
, parseq_range()
, parseq_fct()
mod <- mrgsolve::house()
mod %>%
parseq_manual(CL = c(0.5, 1, 1.5)) %>%
sens_each()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.