# Example 1: Moderate Depression
# Most items scored 3 (Moderate)
madrs_depression_score(3, 3, 3, 3, 3, 3, 3, 3, 3, 3)
# Example 2: Severe Depression
# High scores across emotional and vegetative symptoms
madrs_depression_score(5, 5, 4, 4, 2, 4, 5, 4, 4, 3)
Run the code above in your browser using DataLab