This dataset, respiratory_trial_df, is a data frame containing the respiratory status of patients recruited for a randomized clinical multicenter trial, with 555 observations across 111 subjects.
Usage
data(respiratory_trial_df)
Format
A data frame with 555 observations and 7 variables:
- centre
Study center (factor with 2 levels)
- treatment
Treatment group (factor with 2 levels)
- gender
Patient gender (factor with 2 levels)
- age
Patient age in years (numeric)
- status
Respiratory status (factor with 2 levels)
- month
Follow-up month (ordered factor with 5 levels)
- subject
Patient identifier (factor with 111 levels)
Details
The dataset name has been kept as 'respiratory_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 standard data frame. The original content has not been modified in any way.