respiratory_trial_df | R Documentation |
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.
data(respiratory_trial_df)
A data frame with 555 observations and 7 variables:
Study center (factor with 2 levels)
Treatment group (factor with 2 levels)
Patient gender (factor with 2 levels)
Patient age in years (numeric)
Respiratory status (factor with 2 levels)
Follow-up month (ordered factor with 5 levels)
Patient identifier (factor with 111 levels)
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.
Data taken from the HSAUR3 package version 1.0-15
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.