Hello folks, I am running a logistic regression model and for some unknown reasons, my linear model produces a curve, which seems odd to me. Aren't linear models supposed to produce a straight line? Below are my syntax and I am using performance data (continuous) to predict a binary outcome. Is there anything wrong with my model?
Code:
logit outcome performance
Comment