| logi_fun {epifitter} | R Documentation | 
Function for logistic model
Description
Base function for the Logistic model. This function is used in the Logistic model simulation function sim_logistic()
Usage
logi_fun(t, y, par)
Arguments
t | 
 Vector of time  | 
y | 
 Vector of disease intensity  | 
par | 
 List of parameters  | 
[Package epifitter version 0.3.0 Index]