colmozzie_tbl_df | R Documentation |
Weekly Notified Dengue Cases in Sri Lanka
Description
The dataset name has been changed to 'colmozzie_tbl_df' to avoid confusion with other datasets from packages in the R ecosystem and to follow the naming conventions of the 'MedDataSets' package. The suffix '_tbl_df' indicates that this dataset is a tibble, helping to distinguish it from other datasets within the package and from those in the broader R ecosystem. The original content of the dataset has not been modified in any way.
Usage
data(colmozzie_tbl_df)
Format
A tibble with 279 observations and 12 variables:
- Cases
Number of dengue cases reported during the week (integer).
- Year
Year of the reported cases (integer).
- Week
Week of the year (integer).
- TEM
Average temperature (numeric).
- TMAX
Maximum temperature recorded (numeric).
- Tm
Minimum temperature recorded (numeric).
- SLP
Sea level pressure (character).
- H
Humidity levels (numeric).
- PP
Precipitation levels (numeric).
- VV
Wind velocity (numeric).
- V
Another wind variable (numeric).
- VM
Yet another wind variable (numeric).
Details
This dataset contains weekly reported cases of dengue fever in Sri Lanka, along with various meteorological variables that may be associated with the incidence of the disease.
Source
The dataset is based on public health records and meteorological data from Sri Lanka.