covid_mortality_df | R Documentation |
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.
data(covid_mortality_df)
A data frame with 6 observations and 3 variables:
Character vector with the name or reference of each study
Numeric vector representing the estimated effect size (\beta
)
Numeric vector representing the standard error associated with each estimate
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.
Data taken from the PRP package version 0.1.1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.