Learn R Programming

fgdiR (version 0.1.0)

P_Data: Parkinson Combined Gait Data

Description

Kinematic data for Parkinson's subjects.The PD dataset is publicly accessible, as detailed in Shida, T. K. F., Costa, T. M., de Oliveira, C. E. N., de Castro Treza, R., Hondo, S. M., Los Angeles, E., ... & Coelho, D. B. (2023).. It includes data from 21 right-handed idiopathic PD individuals. Measurements are taken at 1

Usage

P_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(P_Data)

Run the code above in your browser using DataLab