pre_post_data_example | R Documentation |
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.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.