# Example 1: High Risk (Score >= 4)
# Recent use, Hx of Seizures, Hx of DTs, Autonomic signs
pawss_score(1, 0, 1, 1, 1, 0, 0, 0, 0, 1)
# Example 2: Low Risk (Score < 4)
# Recent use, Hx of Rehab, Blackouts
pawss_score(1, 0, 0, 0, 0, 1, 1, 0, 0, 0)
Run the code above in your browser using DataLab