# Example 1: High Risk (Probable Depression + Self Harm)
# High scores on sadness, coping, and self-harm
epds_score(1, 2, 2, 2, 2, 3, 2, 3, 2, 1)
# Example 2: Low Risk
# Mostly 0s and 1s
epds_score(0, 0, 1, 0, 1, 0, 0, 1, 0, 0)
Run the code above in your browser using DataLab