# Example 1: Severe Depression
# High scores in sleep (max 3), sadness (3), energy (3), suicide (1)
qids_depression_score(3, 2, 1, 0, 3, 0, 0, 0, 0, 2, 2, 1, 2, 3, 1, 0)
# Example 2: Normal
# All items 0
qids_depression_score(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
Run the code above in your browser using DataLab