# Example 1: Suicide Risk Positive (Thoughts)
# Depressed (1), Thoughts (1), No Attempt (0)
pss_3_screener(1, 1, 0)
# Example 2: Depression Only (Suicide Risk Negative)
# Depressed (1), No Thoughts (0), No Attempt (0)
pss_3_screener(1, 0, 0)
# Example 3: Negative Screen
# No to all
pss_3_screener(0, 0, 0)
Run the code above in your browser using DataLab