Skip to contents

This dataset, covid_severity_df, is a data frame containing several effect estimates (\(\beta\)) and their standard errors for the impact of cardiovascular disease on the severe case rate of COVID-19 as reported in the literature.

Usage

data(covid_severity_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

Source

Data taken from the PRP package version 0.1.1

Details

The dataset name has been kept as covid_severity_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.