Hi Team,

I am creating my first Logistic regression on R Studio. I am working on a C-SAT data where rating (score) 0-8 is a dis-sat whereas 9-10 are SAT. As these were in numeric form so i had as below created 2 classes:

new$survey[new$score>=0 & new$score

Similar questions and discussions