powered by
This function is experimental and may change or go away at any time without notice.
wf_sweep(mod, ..., n = 10, cv = 30, nsd = 2)
a model object
unquoted parameter names
number of values to simulate
coefficient of variation; used to determine the minimum and maximum values for the sweep
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.
.name
.value
# NOT RUN { mod <- mrgsolve::house() %>% zero_re() mod %>% ev(amt = 100) %>% wf_sweep(CL, VC) %>% plot(CP~time|.name) # }
Run the code above in your browser using DataLab