ebola_cases_df | R Documentation |
This dataset, ebola_cases_df, is a data frame containing daily time series counts of new individuals exhibiting clinical signs of Ebola virus disease, as well as the number of daily removals (e.g., deaths or recoveries), during the 1995 Ebola epidemic in the Democratic Republic of Congo (DRC).
data(ebola_cases_df)
A data frame with 192 observations and 3 variables:
Integer indicating the number of days since the beginning of observation
Integer indicating the number of new individuals with clinical signs of Ebola
Integer indicating the number of new removals (e.g., deaths or recoveries)
The dataset name has been kept as 'ebola_cases_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the infectiousR package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.
Data taken from the SimBIID package version 0.2.2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.