我有使用典型李克特量表的调查数据。但是,响应选项在CSV的单独列中。有人可以帮我加入同一列中的答案选项吗?
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 这使得难以进行简单的描述性统计,例如count()。
任何帮助将不胜感激。
在过去的30天里,托儿所在多大程度上成为了压力来源。
count(Test4R $ NO_ChildCare_Stress_Last30Days) x频率 1 0 1 2 1 14 3 NA 41
count(Test4R $ Somewhat_ChildcareStress) x频率 1 0 1 2 1 16 3不适用39 count(Test4R $ Very_challenge_ChildCare) x频率 1 0 1 2 1 4 3不适用51 count(Test4R $ Challenge_ChildCare_Stress) x频率 1 1 26 2 NA 30