sens_unif | R Documentation |
Sensitivity analysis with uniform distribtion
sens_unif(mod, pars = names(param(mod)), .n = 100, univariate = FALSE, ...)
sens_unif_(mod, .dots)
mod |
the model object |
pars |
character vector or comma-separated string of |
.n |
the number of replicates to simulate model parameters to simulate |
univariate |
if |
... |
passed to |
.dots |
list of arguments to pass to |
See the spread
argument to sens_unif_idata
.
sens_unif_idata
covset
library(dplyr)
mod <- mrgsolve:::house() %>% ev(amt = 100)
out <- mod %>% select(CL,VC) %>% sens_unif(.n=10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.