Skip to contents

Internal helper used by the simulation functions to solve the logistic epidemic model with `deSolve::ode()`.

Usage

logi_fun(t, y, par)

Arguments

t

Time.

y

State variable.

par

Model parameters.

Value

A list containing the rate of change.