
Yellow Fever Outbreak in Brazil (Dec 2016 – May 2017)
Source:R/data-documentation.R
Yellow_Fever_list.Rd
This dataset, Yellow_Fever_list, is a list object containing information on the flow of Yellow Fever cases between five Brazilian states during the outbreak period from December 2016 to May 2017. The data include epidemiological statistics such as the number of cases, population, dates of first and last recorded cases, as well as travel-related matrices indicating disease importation and exportation.
Usage
data(Yellow_Fever_list)
Format
A list with 4 elements:
- states
A data frame with 5 observations on 5 variables, including location code, population, number of cases, and dates of first and last reported cases
- T_D
A 5x10 numeric matrix of travel destinations (disease importation probabilities)
- T_O
A 5x10 numeric matrix of travel origins (disease exportation probabilities)
- length_of_stay
A named numeric vector of average length of stay per destination
Details
The dataset name has been kept as 'Yellow_Fever_list' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the BrazilDataAPI package and assists users in identifying its specific characteristics. The suffix 'list' indicates that the dataset is a list object. The original content has not been modified in any way.