Score the Fugl-Meyer Assessment, Upper Extremity (FMA-UE)
Source:R/com-instruments-stroke.R
scoreFMAUE.RdScore the Fugl-Meyer Assessment, Upper Extremity (FMA-UE)
Arguments
- items
Named numeric responses (0-2 per item) for the 33 FMA-UE motor items, or an unnamed vector in the instrument's item order.
- ...
Passed to
scoreInstrument()(e.g.missing,subject_id).
Value
A ClinicalScore with the total (0-66), the four subscale scores (shoulder/elbow/forearm, wrist, hand, coordination/speed) and the severe/moderate/mild stratum (Woodbury 2013).
Examples
scoreFMAUE(stats::setNames(rep(2, 33), getInstrument("fma_ue")@items))
#> ClinicalScore [fma_ue]
#> total = 66 (mild)
#> subscales:
#> shoulder_elbow_forearm 36
#> wrist 10
#> hand 14
#> coordination_speed 6
#> items used: 33, missing = error