# Example 1: Moderate Stroke
# Alert(0), Questions(1), Gaze(1), Face(2), Arm Drift(1), Leg Drift(1), Sensory(1), Mild Aphasia(1)
nih_stroke_scale(0, 1, 0, 1, 0, 2, 1, 0, 1, 0, 0, 1, 1, 0, 0)
# Example 2: Severe Stroke
# Drowsy(1), Gaze(2), Hemianopia(2), Face(3), Arm/Leg Paralysis(4,4), Global Aphasia(3), Neglect(2)
nih_stroke_scale(1, 2, 2, 2, 2, 3, 4, 0, 4, 0, 0, 2, 3, 2, 2)
Run the code above in your browser using DataLab