Skip to contents

epiCo provides statistical and visualization tools for the analysis of demographic indicators, and spatio-temporal behavior and characterization of outbreaks of vector-borne diseases (VBDs) in Colombia.

Installation

You can install the development version of epiCo from GitHub with:

# install.packages("remotes")
remotes::install_github("epiverse-trace/epiCo")

Motivation

When reviewing the current epidemiological bulletins published by the local Secretariats of Health in Colombia, we identified an opportunity to create a tool to: - Include spatial and demographic risk assessments into their routine epidemiological reports to better identify population groups for potential interventions. - Facilitate the understanding of the different epidemiological profiles within a region in Colombia regarding the onset, duration, magnitude, and frequency of the outbreaks. - Strengthen the transparency of the methods used for the outbreak analysis. - Provide more informative context by performing spatial correlation analysis.

The package allows for interoperable analyses of linelist data from SIVIGILA (accessible using the Epiverse-TRACE package sivirep) with spatial and demographic data (accessible using the Epiverse-TRACE package ColOpenData).

epiCo can be used to perform the following main tasks at the municipality, departmental, or national level:

  1. To identify demographic vulnerabilities from linelist data and the socioeconomic census, including risk assessment based on age, gender, occupation, and ethnicity.
  2. To assess hot-spot analyses (as Local Moran’s index) based on real travel distances in Colombia estimated from Bravo-Vega C., Santos-Vega M., & Cordovez J.M. (2022).
  3. To generate automated outbreak characterization (onset, duration, magnitude, and frequency) using traditional methods as the endemic channel and poisson tests for unusual behavior.
  4. Future features will include correlation analyses between categorical socioeconomic data, climate time series and epidemiological data, nowcasting assessment, underreport estimation, and short-term forecasting.

All features are performed automatically from epidemiological, demographic, spatial, and socioeconomic data published by Colombian institutions, but methods can also be customized as well as input data, so hypothetical information can be tested within the package.

Modules

epiCo contains three modules documented in the following vignettes:

  1. Demographic analyses with epiCo
  2. Builidng an Endemic Channel with epiCo
  3. Spatiotemporal analyses with epiCo

Development

Lifecycle

This package is currently a mature product, as defined by the RECON software lifecycle. This means that essential features and mechanisms are functional, documented, and tested. However, is in code review stage and is being socialized with expert users.

Contributions

Contributions are welcome via pull requests.

Contributors to the project include:

Code of Conduct

Please note that the epiCo project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.