# Example 1: High Anxiety
# Dizziness (2), Sleep (3), Frozen (2), Appetite (1), Nausea (2)
# Score = 10 (Positive)
coronavirus_anxiety_scale(2, 3, 2, 1, 2)
# Example 2: Low Anxiety
# Sleep disturbance only (2), all others 0
# Score = 2 (Negative)
coronavirus_anxiety_scale(0, 2, 0, 0, 0)
Run the code above in your browser using DataLab