Description Usage Arguments See Also Examples
Sensitivity analysis using covset objects
1 | 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 |
1 2 3 4 5 6 7 8 9 10 | 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.