- Notifications
You must be signed in to change notification settings - Fork0
Automated and Early Detection of Seasonal Epidemic Onset and Burden Levels
License
Unknown, MIT licenses found
Licenses found
ssi-dk/aedseo
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The Automated and Early Detection of Seasonal Epidemic Onset and BurdenLevels (aedseo) package provides a powerful tool for automating theearly detection of seasonal epidemic onsets in time series data. Itoffers the ability to estimate growth rates for consecutive timeintervals. With use of the average observations within those intervalsand an estimated disease-specific threshold it also offers thepossibility to estimate seasonal onset of epidemics. Additionally itoffers the ability to estimate burden levels for seasons based onhistorical data. It is aimed towards epidemiologists, public healthprofessionals, and researchers seeking to identify and respond toseasonal epidemics in a timely fashion.
# Install aedseo from CRANinstall.packages("aedseo")
You can install the development version ofaedseo fromGitHub with:
# install.packages("devtools")devtools::install_github("ssi-dk/aedseo")
To quickly get started withaedseo, follow these steps:
- Install the package using the code provided above.
- Load the package with
library(aedseo). - Create a time series data object (
tsd) from your data using theto_time_series()function orgenerate_seasonal_data()functions. - Apply the
combined_seasonal_output()function to get acomprehensive seasonal analysis with seasonal onset and burdenlevels.
For a more detailed introduction to the workflow of this package, seetheGet Started vignette or run;vignette("aedseo").
We welcome contributions to theaedseo package. Feel free to openissues, submit pull requests, or provide feedback to help us improve.
About
Automated and Early Detection of Seasonal Epidemic Onset and Burden Levels
Topics
Resources
License
Unknown, MIT licenses found
Licenses found
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.
