R package to define seasonal influenza epidemic onset and duration. The package was implemented with Dr. Al Ozonoff at Boston Children's Hospital and in collaboration with epidemiologists at the Washington State Department of Health.
#Install package You can install the package from GitHub using devtools:
install.packages("devtools")
library("devtools")
install_github("ensoesie/epidemics")
#Reporting bugs Please report bugs, issues and suggestions for extra functions under Issues.
#Example Please see the "serf.fit" function for a complete example.