This dataset, covid_mortality_df
, is a data frame containing several effect
estimates (\(\beta\)) and their standard errors for the impact of cardiovascular
disease on the mortality of COVID-19 reported in the literature.
Usage
data(covid_mortality_df)
Format
A data frame with 6 observations and 3 variables:
- study
Character vector with the name or reference of each study
- beta
Numeric vector representing the estimated effect size (\(\beta\))
- se
Numeric vector representing the standard error associated with each estimate
Details
The dataset name has been kept as covid_mortality_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.