# Example 1: High Probability
# Face(1), Arm(1), Speech(1), Sudden(1), No Seizure(0), Age 70
face_drops_stroke_score(1, 1, 1, 0, 1, 1, 0, 0, 70)
# Example 2: Potential Mimic
# Seizure at onset(1), History of Seizures(1), Age 30
face_drops_stroke_score(0, 0, 0, 0, 1, 0, 1, 1, 30)
Run the code above in your browser using DataLab