Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 742 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 742 Bytes

eGovs.lib

This is a collection of R classes and methods to process data generated from the eGovs PGR data. Broadly speaking, it deals with the time series data at city, ward and complaint levels. Currently, there are two goals of this library:

  • Time Series Modeling (of complaint types)
  • Detection of anomalies in time series data (at city, ward and complaint levels)

Requirements

  • The library requires R (>= 3.3.2)
  • (Optional, but Recommended) R Studio

Installation

Execute the following in an R shell (or R studio):

install.packages('devtools')
devtools::install_github("egovernments/analytics",subdir = "eGovs.lib")

User Guide

(WIP)

0. Config specifications

1. Data

2. Forecasts

3. Alerts