sens_covset | R Documentation |
Sensitivity analysis using covset objects
sens_covset(mod, covset, .n = 100, univariate = FALSE, ...)
mod |
the model object |
covset |
a covset object |
.n |
the number of replicates to simulate |
univariate |
if |
... |
passed to |
sens_unif
sens_norm
mod <- mrgsolve:::house() %>% ev(amt = 100)
## Not run:
library(dmutate)
cov1 <- covset(CL ~ runif(0.5, 1.5), VC ~ rlnorm(log(20), 0.5))
mod %>%
sens_covset(.n = 10)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.