Good day!
I want to assess whether there are differences in risk perceptions of 2 subpopulations. Using 5-point Likert-scale responses (scale of 1-5 where 1=extremely serious and 5=not serious) to several Likert-type questions, I will build an index of risk perceptions for each subpopulation. I have 10 Likert-type questions and for each question (or risk perception category), I understand that I have to calculate the weighted mean of responses for each respondent, X
X = {5 x F(5) + 4 x F(4) + … 1 x F(1)} / N where F is the frequency of responses and N the total number of respondents/ observations. See:
5 = extremely serious...1= not serious
I have a total of 14 questions (or risk perception categories). To get the index (or mean score) for each subpopulation, I read that I just need to get the ratio of each weighed mean X and the total number of questions (i.e. 14). Is this correct?
If so, how do I do that in Stata? I cannot seem to find the correct command to recode the Likert scale responses. This index will then be used in an ordered logit regression as one of the dependent variables.
Thank you in advance.
I want to assess whether there are differences in risk perceptions of 2 subpopulations. Using 5-point Likert-scale responses (scale of 1-5 where 1=extremely serious and 5=not serious) to several Likert-type questions, I will build an index of risk perceptions for each subpopulation. I have 10 Likert-type questions and for each question (or risk perception category), I understand that I have to calculate the weighted mean of responses for each respondent, X
X = {5 x F(5) + 4 x F(4) + … 1 x F(1)} / N where F is the frequency of responses and N the total number of respondents/ observations. See:
5 = extremely serious...1= not serious
I have a total of 14 questions (or risk perception categories). To get the index (or mean score) for each subpopulation, I read that I just need to get the ratio of each weighed mean X and the total number of questions (i.e. 14). Is this correct?
If so, how do I do that in Stata? I cannot seem to find the correct command to recode the Likert scale responses. This index will then be used in an ordered logit regression as one of the dependent variables.
Thank you in advance.
Comment