# Example 1: High Risk for LVO
# Facial droop (1), Arm falls rapidly (2), No grip (2)
# Score = 5
lams_stroke_score(1, 2, 2)
# Example 2: Low Risk for LVO
# Facial droop (1), No arm drift (0), Normal grip (0)
# Score = 1
lams_stroke_score(1, 0, 0)
Run the code above in your browser using DataLab