wf_sweep | R Documentation |
This function is experimental and may change or go away at any time without notice.
wf_sweep(mod, ..., n = 10, cv = 30, nsd = 2)
mod |
a model object |
... |
unquoted parameter names |
n |
number of values to simulate |
cv |
coefficient of variation; used to determine the minimum and maximum values for the sweep |
nsd |
the number of standard deviations over which to sweep |
A mrgsims object with a character columns named .name
indicating the parameter name and .value
indicating the sweep
value.
mod <- mrgsolve::house() %>% zero_re()
mod %>%
ev(amt = 100) %>%
wf_sweep(CL, VC) %>%
plot(CP~time|.name)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.