# Example 1: Treatment Threshold Met
# Moderate tremor (2), Mild sweat (1), Agitation (1)
# Score = 4
gmaws_score(2, 0, 0, 1, 1)
# Example 2: Mild Withdrawal
# Mild tremor only
# Score = 1
gmaws_score(1, 0, 0, 0, 0)
Run the code above in your browser using DataLab