This dataset, Resp_df, is a data frame containing repeated measurements from a clinical trial on respiratory disorders under two treatment conditions. The dataset records demographic information (center, sex, age), baseline measures, and follow-up measurements across four visits. It consists of 111 observations and 9 variables. Some observations may contain missing values.
Usage
data(Resp_df)Format
A data frame with 111 observations and 9 variables:
- center
Clinical trial center (factor)
- treatment
Treatment group (character)
- sex
Sex of the participant (character)
- age
Age of the participant (integer)
- baseline
Baseline measurement (integer)
- visit1
Measurement at visit 1 (integer)
- visit2
Measurement at visit 2 (integer)
- visit3
Measurement at visit 3 (integer)
- visit4
Measurement at visit 4 (integer)
Details
The dataset name has been kept as 'Resp_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the ForCausality 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.
