Reverse scoring in R using base functions and Psych

7K views Aug 25, 2024
marsja.se

This is a short and hands-on tutorial on reverse scoringin R. It covers: 1) create a vector with the column names of the items you want to reverse. 2) using the character vector to reverse the scores in R. 3) using the Psych to reverse code items even more easily. Make sure you check the blog post as well for more information about reverse coding in R.

#Programming