Yellow_Fever_list | R Documentation |
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.
data(Yellow_Fever_list)
A list with 4 elements:
A data frame with 5 observations on 5 variables, including location code, population, number of cases, and dates of first and last reported cases
A 5x10 numeric matrix of travel destinations (disease importation probabilities)
A 5x10 numeric matrix of travel origins (disease exportation probabilities)
A named numeric vector of average length of stay per destination
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.
Data taken from the epiflows package version 0.2.1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.