powered by
A simulated dataset showing measurements before and after an intervention. Each subject has multiple measurements over time.
pre_post_data_example
A data frame with 30 rows and 6 variables:
A unique identifier for each subject.
A numeric variable indicating time points, 0 for pre-intervention and 12 for post-intervention.
0
12
A numeric vector representing the first variable.
A numeric vector representing the second variable.
A numeric vector representing the third variable.
A numeric vector representing the fourth variable.
data(pre_post_data_example) head(pre_post_data_example)
Run the code above in your browser using DataLab