Gait Profile Score (overall RMS deviation from the norm)
Source:R/gait-indices.R
gaitProfileScore.RdThe Gait Profile Score (Baker et al. 2009) summarises overall gait deviation as the root-mean-square of the Gait Variable Scores across all kinematic variables (degrees). It is always non-negative and is zero when the subject equals the normative mean.
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.