I am using Logistics Regression on a dataset where the dependent variable is a categorical one. I have multiple independent variables some of which are categorical. I want to know which of them are significant ones and which are just noise variables. How can I find the correlation between 2 categorical variables?

Almost all of the categorical variables are multi leveled e.g "JobType"(8 levels), "gender"(2 levels), "EdType" (10 levles) and so on. The dependent variable has 2 levels.

Similar questions and discussions