PandemicLP: PandemicLP: Modeling Pandemic Data

PandemicLPR Documentation

PandemicLP: Modeling Pandemic Data

Description

Details

The PandemicLP package provides five main functions that enable the user to make short and long-term predictions of epidemic and pandemic count data.
This package is a result of the joint work by professors and graduate students from the Statistics Department at Universidade Federal de Minas Gerais (UFMG). It originated as a challenge in a graduate course after the suspension of classes due to Covid-19.
Theoretical foundation and more information about the project can be found in est.ufmg.br/covidlp/home/en

Author(s)

Authors:

  • Debora de Freitas Magalhaes

  • Marta Cristina Colozza Bianchi da Costa

  • Guido Alberti Moreira

  • Thais Pacheco Menezes

  • Marcos Oliveira Prates

Examples

## Not run: 
data = load_covid("Brazil")
plot(data)
estim = pandemic_model(data)
pred = posterior_predict(estim)
stats = pandemic_stats(pred)
plot(pred)
## End(Not run)


PandemicLP documentation built on March 18, 2022, 6:22 p.m.