I am currently working with some survey data that has a 5 category scale. I have used a ML method before for a 4 category scale and I am trying to adapt the code for the new survey in R.
The original code that worked was:
#Load Data
mathcomp <- read.csv("RRawComposite11.csv"...