What is the best way to calculate and analyse score from a questionnaire?

Hello,

I am new to R studio and
dotaz_r_studio
I am trying to calculate score from questionnaire for each participant (20 in total). The score needs to be divided into three subscales and some of the questions are reversed. I tried to calculate z-scores first however, I have never done this before and keep receiving errors. Can anyone advise me how to do this, please?

I think we need some more information and some sample data. we need FAQ: How to do a minimal reproducible example ( reprex ) for beginners

A handy way to supply some sample data is the dput() function. In the case of a large dataset something like dput(head(mydata, 100)) should supply the data we need.

Going from memory, I think William Revelle's psych package should be of help.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.