I don't have a statistical background, so a lot of this stuff confuses me (sorry if this is a bad question).
But, I am trying to construct a few Probit regression models in R on a dataset that consists of only categorical variables. All my dependent and independent variables are categorical.
I have already identified what my dependent and independent variables are. However, when I am constructing the Probit model I am pretty sure I need to make sure all my independent variables that will be included in each model are, well, independent from each other. So to do this, I would run the Chi Squared test of independence between each of the independent variables, right?
If the Chi Squared Test of independence says the two predictor variables are not independent, then I think I should only choose one to put in my regression model. Is there a test to run that tells me which predictor variable to include over the other?
I think I have to convert all variables into a 0, 1 dummy variable before constructing the regression. Can I do the Chi-squared test on the variables before making them into dummy variables?