pre_post_fit | R Documentation |
A dataset showing physical and cognitive performance measures before and after a fitness intervention.
pre_post_fit
A data frame with 20 rows and 12 variables:
A unique identifier for each subject.
A numeric variable indicating time points, 0
for pre-intervention and 1
for post-intervention.
A numeric variable indicating sex: 0
for male and 1
for female.
A numeric variable representing the age of each subject.
A numeric vector representing performance scores on the Canadian Occupational Performance Measure (COPM).
A numeric vector representing satisfaction scores on the COPM.
A numeric vector representing work capacity scores at time A1.
A numeric vector representing work capacity scores at time A2.
A numeric vector representing grip strength of the dominant hand.
A numeric vector representing grip strength of the non-dominant hand.
A numeric vector representing right arm flexibility.
A numeric vector representing left arm flexibility.
data(pre_post_fit)
head(pre_post_fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.