Hi,
My dataset contains some variables for which the response option is "don_t_know" and "refuse_to_answer".
I would like to count the number of variables for which one, the other, or both options, and then, for each observation count the number of don't know, refuse to answer, or both, use it to then have a rate of don't know and refuse to answer per observation, which I would later use to compute the number of and rate of don't know and refuse to answer per enumerator.
I am struggling to create a variable that counts the number of don't knows and refuse to answer per observation. I think that from there on, I can finish the work.
In the questionnaire, don't know is either don_t_know or -88 (for numerical variables). refuse to answer is either refuse_to_answer or -99.
Thank you
Best,
Nicolas
My dataset contains some variables for which the response option is "don_t_know" and "refuse_to_answer".
I would like to count the number of variables for which one, the other, or both options, and then, for each observation count the number of don't know, refuse to answer, or both, use it to then have a rate of don't know and refuse to answer per observation, which I would later use to compute the number of and rate of don't know and refuse to answer per enumerator.
I am struggling to create a variable that counts the number of don't knows and refuse to answer per observation. I think that from there on, I can finish the work.
In the questionnaire, don't know is either don_t_know or -88 (for numerical variables). refuse to answer is either refuse_to_answer or -99.
Thank you
Best,
Nicolas
Comment