I'm trying to create a scatterplot of a multiple regressions model to check assumptions of the test but it seems to come up with the following problem:
Error in strsplit(log, NULL) : non-character argument
This is the line of code I have tried using:
plot(RMS2_data$N, RMS2_data$E, RMS2_data$O, RMS2_data$A, RMS2_data$C, type = 'p', ylab = "Depression", xlab = "Personality Traits", main = "")
Could you please advise how I can fix it so I can create the plot?