I have survey data with the typical Likert scales. however, the responses choices are in separate columns in the CSV. Could someone help me join the answer choices in the same column?
Question: In the past 30 days to what extent has childcare been a source of stress: Choices - Not at all, Somewhat, Challenging but able to manage, Very Challenging It makes it difficult to conduct simple descriptive statistics e.g. count().
Any help is greatly appreciated.
In the past 30 days to what extent has childcare been a source of stress.
count(Test4R$NO_ChildCare_Stress_Last30Days) x freq 1 0 1 2 1 14 3 NA 41
count(Test4R$Somewhat_ChildcareStress) x freq 1 0 1 2 1 16 3 NA 39 count(Test4R$Very_challenge_ChildCare) x freq 1 0 1 2 1 4 3 NA 51 count(Test4R$Challenge_ChildCare_Stress) x freq 1 1 26 2 NA 30