Learn R Programming

fgdiR (version 0.1.0)

A_DataL: Amputee Left-Side Gait Data

Description

Kinematic data for 18 individuals with unilateral above-knee amputations (left side only) and 42 healthy controls. Each entry 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_DataL

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.

Left Pelvis Angles D2

numeric data.frame with N rows and T variables

Left Pelvis Angles D1

numeric data.frame with N rows and T variables

Left Pelvis Angles D3

numeric data.frame with N rows and T variables

Left Hip Angles D2

numeric data.frame with N rows and T variables

Left Hip Angles D1

numeric data.frame with N rows and T variables

Left Hip Angles D3

numeric data.frame with N rows and T variables

Left Knee Angles

numeric data.frame with N rows and T variables

Left Ankle Angle

numeric data.frame with N rows and T variables

Left Foot Progression Angle

numeric data.frame with N rows and T variables

Examples

Run this code
# Load the Data
data(A_DataL)

Run the code above in your browser using DataLab