Score the Fugl-Meyer Assessment, Lower Extremity (FMA-LE)
Source:R/com-instruments-mobility.R
scoreFMALE.RdScore the Fugl-Meyer Assessment, Lower Extremity (FMA-LE)
Arguments
- items
Named numeric responses (0-2 per item) for the 17 FMA-LE motor items, or an unnamed vector in the instrument's item order.
- ...
Passed to
scoreInstrument().
Value
A ClinicalScore with the total (0-34) and the motor and coordination/speed subscale scores.
Examples
scoreFMALE(stats::setNames(rep(2, 17), getInstrument("fma_le")@items))
#> ClinicalScore [fma_le]
#> total = 34
#> subscales:
#> motor 28
#> coordination_speed 6
#> items used: 17, missing = error