Binary choice models

Summary

I want to redo this. “Binary choice models are not regression models. There is no model for yi and there are no error terms εi (see also the latent variable representation of the binary choice model).” is problematic. Sure you can define εi=yiE(xi) as before and yi=E(xi)+εi is a regression model which we estimate using ML, not NLS.

Emphasize: in the LRM, we model pi=ζi . Better, model such that pi depends positively on ζi without being equal to ζi . If ζi we want pi1 . If ζi we want pi0 . This will be the case if we model

pi=11+eζi

Setup

  • Given: a random sample where the dependent variable yi is a dummy variable.
  • Define

ζi=β1+β2xi,2+β3xi,3++βkxi,k

  • ζi is important in binary choice models but it is no longer assumed that ζi=P(yi=1|xi) as in the linear probability model.

Binary choice models

  • In a binary choice model, we assume that

P(yi=1|xi)=F(ζi),i=1,,n

  • where F is any strictly increasing function with domain R and range (0,1) .
  • The model is given a name based on the choice of F .
  • If

F(x)=11+ex

  • then the binary choice model is called a logit model.
  • If F(x) is the cumulative density function of a standard normal, then the binary choice model is called a probit model.

Binary choice estimation

  • We can find consistent estimates of β1,,βk in binary choice models using a general method called maximum likelihood .
  • We can find consistent estimates of standard errors of the estimates allowing us to do inference.
  • Binary choice models are not regression models. There is no model for yi and there are no error terms εi (see also the latent variable representation of the binary choice model).