# Example 1: Moderate Stroke
# Incorrect age (1), Partial gaze (1), L-Arm drift (1), L-Leg drift (1), Mild aphasia (1)
modified_nih_stroke_scale(1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0)
# Example 2: Severe Stroke
# No commands (2), Forced gaze (2), Complete hemianopia (2),
# R-Arm/Leg paralysis (4, 4), Global aphasia (3), Neglect (2)
modified_nih_stroke_scale(0, 2, 2, 2, 0, 4, 0, 4, 0, 3, 2)
Run the code above in your browser using DataLab