# Example 1: High Probability of LVO
# Gaze deviation (+2), Severe Arm Weakness (+1), LOC intact
# Score = 3
cp_sss_stroke_score(1, 1, 0)
# Example 2: Low Probability
# Arm drift only (Severity 0 unless falls rapidly), LOC incorrect (+1)
# Score = 1
cp_sss_stroke_score(0, 0, 1)
Run the code above in your browser using DataLab