respiratory_clinical_trial_df | R Documentation |
This dataset, respiratory_clinical_trial_df, is a data frame containing information from a clinical trial of patients with respiratory illness, where 111 patients from two different clinics were randomized to receive either placebo or an active treatment. Patients were examined at baseline and at four visits during treatment. The respiratory status was determined at each visit, with 1 representing good status and 0 representing poor status.
data(respiratory_clinical_trial_df)
A data frame with 444 observations and 8 variables:
Study identifier (integer vector)
Patient identifier (integer vector)
Treatment group (factor with 2 levels)
Patient sex (factor with 2 levels)
Patient age in years (integer vector)
Baseline respiratory status (integer vector)
Visit number (integer vector)
Respiratory status (integer vector)
The dataset name has been kept as 'respiratory_clinical_trial_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 geepack package version 1.3.12
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.