case_predictors | R Documentation |
A data set of numbers of cases of Dengue in each state of Brazil in 2013 and three state-level variables used in a predictive model.
case_predictors
A data frame of 27 observations and 4 variables:
state population in 2013
average temperature across state municipalities
average precipitation across state municipalities
number of state Dengue cases in 2013
https://web.archive.org/web/20210209122713/https://www.gov.br/saude/pt-br/assuntos/boletins-epidemiologicos-1/por-assunto,
http://www.ipeadata.gov.br/Default.aspx,
https://ftp.ibge.gov.br/Estimativas_de_Populacao/,
https://www.ibge.Goiasv.br/geociencias/organizacao-do-territorio/estrutura-territorial/15761-areas-dos-municipios.html?edicao=30133&t=acesso-ao-produto
Data pre-processing: After acquiring data from above links, we converted any dataset embedded in PDF format to CSV. Using carried functionalities in the CSV file, we sorted all datasets alphabetically based on state names to make later iterations more convenient. Also, we calculated the annual average temperature and added to the original dataset where it was documented by quarter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.