README.md

AEGIS

Application for Epidemiological Geographic Information System (AEGIS): An open source spatial analysis tool based on CDM

Getting Started

install.packages("devtools")
devtools::install_github("cran/raster", ref="2.6-7")
devtools::install_github("ohdsi/DatabaseConnector")
devtools::install_github("ohdsi/SqlRender")
devtools::install_github("ohdsi/aegis")

AEGIS::AEGIS()

If you need to use Bayesian mapping (small area estimation), you need to install R-INLA as follows:

install.packages("INLA", repos=c(getOption("repos"), INLA="https://inla.r-inla-download.org/R/stable"), dep=TRUE)

Demo Video

AEGIS



OHDSI/Aegis documentation built on June 7, 2020, 5:09 a.m.