example_ode_model: Create an example ODE model

View source: R/main-examples.R

example_ode_modelR Documentation

Create an example ODE model

Description

Create an example ODE model

Usage

example_ode_model(name, prior_only = FALSE, ...)

Arguments

name

Name of model. Must be one of the following:

  • "gsir" - age-stratified SIR model

  • "tmdd" - target-mediated drug transmission model

  • "lv" - Lotka-Volterra model

prior_only

Create a prior-only version of the model?

...

Additional arguments to ode_model().

Value

An object of class OdeModel.

See Also

Other model constructor functions: ode_model()


jtimonen/odemodeling documentation built on Sept. 15, 2024, 4:29 a.m.