
Running Injury Clinic Kinematic Dataset (Walking)
Source:R/data-documentation.R
walk_biomech_tbl_df.Rd
This dataset, walk_biomech_tbl_df, is a tibble containing biomechanics data of human subjects (\(N = 2,088\)) walking on a treadmill. Data include 3D marker positions over trials ranging from 25 to 60 seconds. In addition, demographic information and calculated variables of interest (such as step width, stride rate, peak knee flexion angle) are provided. The dataset also comes with sample processing code and data analysis tutorials.
Usage
data(walk_biomech_tbl_df)
Format
A tibble with 2,088 observations and 26 variables:
- sub_id
Numeric identifier for the subject.
- datestring
Datetime object indicating the recording date.
- filename
Character string specifying the source filename.
- speed_w
Numeric value for treadmill walking speed.
- age
Numeric value for subject's age.
- Height
Numeric value for subject's height (in cm).
- Weight
Numeric value for subject's weight (in kg).
- Gender
Character string indicating subject's gender.
- DominantLeg
Character string indicating the dominant leg.
- InjDefn
Character string indicating the injury definition.
- InjJoint
Character string indicating the injured joint.
- InjSide
Character string indicating the injured side.
- SpecInjury
Character string specifying the injury type.
- InjDuration
Numeric value for injury duration (in weeks).
- InjJoint2
Character string for additional injured joint information.
- InjSide2
Character string for additional injured side information.
- SpecInjury2
Character string for additional specific injury information.
- Activities
Character string indicating physical activities.
- Level
Character string indicating running level.
- YrsRunning
Numeric value for years of running experience.
- RaceDistance
Character string indicating typical race distance.
- RaceTimeHrs
Character string for race completion time (hours).
- RaceTimeMins
Character string for race completion time (minutes).
- RaceTimeSecs
Character string for race completion time (seconds).
- YrPR
Numeric value for year of personal record.
- NumRaces
Numeric value indicating number of races completed.
Source
Data taken from figshare: https://plus.figshare.com/articles/dataset/Running_Injury_Clinic_Kinematic_Dataset/24255795/1?file=42637045
Details
The dataset name has been kept as 'walk_biomech_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the healthmotionR package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is stored as a tibble (data frame). The original content has not been modified in any way.