Gait Variable Score (per-variable RMS deviation from the norm)
Source:R/gait-indices.R
gaitVariableScore.RdThe Gait Variable Score (Baker et al. 2009) is the root-mean-square difference, over the gait cycle, between a subject's kinematic curve and the normative mean, computed separately for each kinematic variable (degrees).
Arguments
- kinematics
Subject kinematics: a numeric matrix with one row per kinematic variable (row names matching
norm$variables) and one column per gait-cycle point, or a named list of per-variable curves. Curves are time-normalised to the norm's cycle length vianormalizeMovement().- norm
A
gait_normnormative reference (fromPhysioGaitNorm::loadGaitNorm()); ifNULL, the default reference is loaded from PhysioGaitNorm.