Probit & Logit Models
Modeling yes/no outcomes: latent variables, marginal effects, and odds ratios.
The Probit & Logit Models model, in writing
Definition
Models for yes/no outcomes: a latent index passed through a normal (probit) or logistic (logit) link, keeping probabilities inside [0,1] where OLS strays.
P(y=1|x) = Φ(x′β) or Λ(x′β); logit odds: e^β = odds ratio
The intuition
Raw coefficients only give signs, effects on probability depend on where you stand on the S-curve, so always convert to marginal effects. The linear probability model remains respectable for quick average effects, mis-predictions at the extremes aside.
Exam tip
Never interpret a probit coefficient as a probability change, compute the marginal effect at means or the average marginal effect.
Related models in Econometrics