R/primary-coding.R
calculate_facitf_sum.Rd
Calculate FACIT-F sum score
Patients are asked "Please indicate how much each of the following statements has applied to you over the last 7 days by selecting the appropriate item."
calculate_facitf_sum(
facitf_1,
facitf_2,
facitf_3,
facitf_4,
facitf_5,
facitf_6,
facitf_7,
facitf_8,
facitf_9,
facitf_10,
facitf_11,
facitf_12,
facitf_13
)
vector for item "I feel fatigued."
vector for item "I feel weak all over."
vector for item "I feel listless ("washed out")."
vector for item "I feel tired."
vector for item "I have trouble starting things because I am tired."
vector for item "I have trouble finishing things because I am tired."
vector for item "I have energy."
vector for item "I am able to do my usual activities."
vector for item "I need to sleep during the day."
vector for item "I am too tired to eat."
vector for item "I need help doing my usual activities."
vector for item "I am frustrated by being too tired to do the things I want to do."
vector for item "I have to limit my social activity because I am tired."
Answers were coded /w levels "Not at all", "A little bit", "Somewhat", "Quite a bit" and "Very much"
A numeric vector with sum score of FACIT-F