I'm struggling to figure out how to create a sum of the # of respondents who selected a particular response for a total scale. I've been trying to do this in R but haven't been able to properly figure out the code to get my desired results.  For example:

The scale is made up of 4 questions that are indicative of "X". Response options are Strongly agree, agree, disagree, and strongly disagree. How can I generate a table that will tell me the total number of respondents selecting "strongly agree" across all 4 items (e.g., on scale "X", 94% of respondents strongly agreed)? 

I'm able to generate frequencies for each individual item using table(), but can't find a way to combine it.

Thank you for your help!

More Randal D. Brown's questions See All
Similar questions and discussions