Description Usage Arguments Value
View source: R/schisto_dynamic_models.R
Simulate a schisto deterministic model through time using 'ode' function given the schisto model deSolve function, parameter set, time frame, starting conditions, and potential events (e.g. MDA)
1 2 | sim_schisto_mod(nstart, time, model = schisto_base_mod, pars,
events_df = NA)
|
nstart |
Named vector of starting values for state variables |
time |
Numeric vector of times at which state variables should be estimated |
model |
Name of the ode function to use, defaults to 'schisto_base_mod' |
pars |
Named vector or list of parameter values |
events_df |
Data frame of events such as MDA with columns "var", "time", "value", and "method" |
dataframe of state variable values at requested times
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.