Learn R Programming

fgdiR (version 0.1.0)

A_DataR: Amputee Right-Side Gait Data

Description

Kinematic data for 18 individuals with right-side above-knee amputations and 42 healthy controls. Includes pelvic, hip, knee, ankle, and foot angles, sampled at 1 over the full gait cycle. Amputee data from Hood et al. (2020); control data from Fukuchi et al. (2018).

Usage

A_DataR

Arguments

Format

A list containing the 9 kinematic variables with each list containing a data.frame with N rows and T variables, where N is the total number of subjects and T is the total number of time points.

Right Pelvis Angles D2

numeric data.frame with N rows and T variables

Right Pelvis Angles D1

numeric data.frame with N rows and T variables

Right Pelvis Angles D3

numeric data.frame with N rows and T variables

Right Hip Angles D2

numeric data.frame with N rows and T variables

Right Hip Angles D1

numeric data.frame with N rows and T variables

Right Hip Angles D3

numeric data.frame with N rows and T variables

Right Knee Angles

numeric data.frame with N rows and T variables

Right Ankle Angle

numeric data.frame with N rows and T variables

Right Foot Progression Angle

numeric data.frame with N rows and T variables

@examples # Load the Data data(A_DataR)