Learn R Programming

fgdiR (version 0.1.0)

A_Data: Amputee Combined Gait Data

Description

Kinematic data for 18 individuals with unilateral above-knee amputations and 42 healthy controls. Each entry contains 18 kinematic variables measured at 1 control data precedes amputee data. Amputee data from Hood et al. (2020); control data from Fukuchi et al. (2018).

Usage

A_Data

Arguments

Format

A list containing the 18 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

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

Run this code
# Load the Data
data(A_Data)

Run the code above in your browser using DataLab