I'm running a linear probability model (LPM), i.e. my outcome is binary and I have predictors that are categorical and continuous (I'm aware of some of the pros and cons of using LPM for a binary outcome).
Besides checking the robust standard errors, I was wondering what else I should check for this model.
Since R² is not a good measure for a binary outcome, what can test the goodness of fit for LPM? Unfortunately I couldn't find much on this topic.
Thanks!