parse_ode_rates: Parse the ODE rates so they can be compiled.

View source: R/parse_ode_rates.R

parse_ode_ratesR Documentation

Parse the ODE rates so they can be compiled.

Description

Parse the ODE rates so they can be compiled.

Usage

parse_ode_rates(
  ode_rates,
  param_codes,
  const_codes,
  tcovar_codes,
  ode_comp_codes
)

Arguments

ode_rates

character vector of ODE rates

param_codes

named numeric vector of parameter codes

const_codes

named numeric vector of constant codes

tcovar_codes

named numeric vector of time-varying covariate codes

ode_comp_codes

named numeric vector of ODE compartment codes

Value

string snippets for the ODE that can be compiled


fintzij/stemr documentation built on March 25, 2022, 12:25 p.m.