sinusitis_tbl_df | R Documentation |
Sinusitis and Antibiotic Experiment
Description
The dataset name has been changed to 'sinusitis_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(sinusitis_tbl_df)
Format
A tibble with 166 observations and 2 variables:
- group
A factor indicating the treatment group (e.g., antibiotic vs. placebo).
- self_reported_improvement
A factor indicating the participants' self-reported improvement (e.g., yes or no).
Details
This dataset contains information from an experiment assessing the effects of antibiotics on patients with sinusitis, focusing on the group assignments and the self-reported improvement outcomes observed in the participants.
Source
Data collected from a clinical trial investigating the efficacy of antibiotics in treating sinusitis.