respiratory_infections_df | R Documentation |
This dataset, respiratory_infections_df, is a data frame containing results from 15 clinical trials comparing the effectiveness of azithromycin versus amoxycillin or amoxycillin/clavulanic acid (amoxyclav) in the treatment of acute lower respiratory tract infections.
data(respiratory_infections_df)
A data frame with 15 observations and 11 variables:
Study author(s) (character vector)
Year of publication (integer vector)
Number of successful treatments in azithromycin group (integer vector)
Total number of participants in azithromycin group (integer vector)
Number of successful treatments in control group (integer vector)
Total number of participants in control group (integer vector)
Patient age characteristics (character vector)
Number diagnosed with acute bronchitis (integer vector)
Number diagnosed with chronic bronchitis (integer vector)
Number diagnosed with pneumonia (integer vector)
Type of control treatment (character vector)
The dataset name has been kept as 'respiratory_infections_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the PulmoDataSets 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 metadat package version 1.4-0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.