pre_post_fit {PredTest} | R Documentation |
Pre-Post Fitness Data
Description
A dataset showing physical and cognitive performance measures before and after a fitness intervention.
Usage
pre_post_fit
Format
A data frame with 20 rows and 12 variables:
- ID
A unique identifier for each subject.
- Time
A numeric variable indicating time points,
0
for pre-intervention and1
for post-intervention.- Sex
A numeric variable indicating sex:
0
for male and1
for female.- Age
A numeric variable representing the age of each subject.
- COPM_p
A numeric vector representing performance scores on the Canadian Occupational Performance Measure (COPM).
- COPM_s
A numeric vector representing satisfaction scores on the COPM.
- A1_work
A numeric vector representing work capacity scores at time A1.
- A2_work
A numeric vector representing work capacity scores at time A2.
- Grip_dom
A numeric vector representing grip strength of the dominant hand.
- Grip_ndom
A numeric vector representing grip strength of the non-dominant hand.
- Flex_right
A numeric vector representing right arm flexibility.
- Flex_left
A numeric vector representing left arm flexibility.
Examples
data(pre_post_fit)
head(pre_post_fit)