Questions tagged [rsm]

16 questions
0
votes
1 answer

I am getting serial numbers as codes in R when using coded.data

Following is the code that I am using to recode the data: results$Taxis<-as.factor(results$Taxis) results$ShiftType<-as.factor(results$ShiftType) results$Sharing<-as.factor(results$Sharing) results$Mode<-as.factor(results$Mode) plot(results)…
1
2