I have a binary outcome variable which I'm testing other variables of my dataset against to determine which has a relationship with Y. My understanding is that probit and logit models should be giving me similar stats, but for some reason the logit coefficients are around double the probit ones.
Can anyone help me understand why this would happen?
(All have strong z values and low SEs, if that's pertinent.)
Also, is it generally an issue to test (binary ~ binary)? For gender I'm getting 0.3 (probit) and 0.5 (logit), whereas lm() gives 0.1.