I have a predictor "Course" that has 50+ values, such as Engineering and Psychology. I'm performing logistic regression analysis with mental health as the response and Course as a predictor, but the output lists each course value, instead one Course variable. How do I combine all of the course values together so that the output is just "Course," and not "CourseEngineering" or "CoursePsychology"? Thanks!
I expected to see just "Course" in the results, but I'm getting "Course" in addition to every course subject, which isn't what I want. Examples are "CourseHuman Resources" and "CourseIT"