| respiratory_trial_outcomes_df | R Documentation |
This dataset, respiratory_trial_outcomes_df, is a data frame containing outcome data from a randomized clinical trial described in Miller et al. (1993) evaluating a new treatment for respiratory disorder. The study includes 111 patients who were randomly assigned to one of two treatments (active or placebo). The patients were followed up at four visits, and their response status was classified on an ordinal scale at each visit.
data(respiratory_trial_outcomes_df)
A data frame with 111 observations and 5 variables:
Ordinal response at visit 1 (integer)
Ordinal response at visit 2 (integer)
Ordinal response at visit 3 (integer)
Ordinal response at visit 4 (integer)
Treatment group (0 = placebo, 1 = active) (integer)
The dataset name has been kept as 'respiratory_trial_outcomes_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the PulmoDataSets package. The suffix 'df' indicates that this is a data frame object. 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.