R/primary-coding.R
calculate_gad7_sum.Rd
Calculate GAD-7 sum score
Patients are asked "Over the last 2 weeks, how often have you been bothered by the following problems?"
calculate_gad7_sum(gad7_1, gad7_2, gad7_3, gad7_4, gad7_5, gad7_6, gad7_7)
vector for item "Feeling nervous, anxious or on edge."
vector for item "Not being able to stop or control worrying."
vector for item "Worrying too much about different things."
vector for item "Trouble relaxing."
vector for item "Being so restless that it is hard to sit still."
vector for item "Becoming easily annoyed or irritable."
vector for item "Feeling afraid as if something awful might happen."
Answers were coded /w levels 0 = "Not at all", 1 = "Several days", 2 = "More than half the days" and 3 = "Nearly every day"
A numeric vector with sum score of GAD-7