| PandemicLP | R Documentation |
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
Authors:
Debora de Freitas Magalhaes
Marta Cristina Colozza Bianchi da Costa
Guido Alberti Moreira
Thais Pacheco Menezes
Marcos Oliveira Prates
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.