I am working on a paper demonstrating the use of logistic regression. I am trying to demonstrate that a regular linear probability model is insufficient when the dependent variable is dichotomous as the error terms doesn't represent a normal distribution.
I got two variables in my dataset:
- gender: Male, Female
- height: A continuous variable containing the height of every observation.
My logistic model is trying to predict whether the observation is male or female based on their height.
I guess the distribution would be some kind of double gaussian distribution but how do I plot this visually?