Logit Model Flashcards
(13 cards)
1
Q
Why do we use a Logit model
A
- Probit model estimation is numerically complicated
- The logistical distribution is more suitable, giving rise to the logit model
2
Q
If L is a logistic random variable, what is it’s probability density function
A
- λ(l) = e^-l / (1+e^-l)^2
- for -∞ < l < ∞
3
Q
What is the cumulative function of a logistic random variable
A
- Λ(l) = P(L <= l) = 1 / 1 + e^-l = e^l / 1 + e^l
4
Q
How can we model a LPM using the Logistic function
A
- P(y = 1) = pi = 1 / 1 + e^-(b0 + b1xi) = e^(b0+b1xi) / 1 + e^(b0 + b1xi)
- P(y = 0) = 1 - pi = e^-(b0+b1xi) / 1 + e^-(b0+b1xi) = 1 / 1 + e^(b0+b1xi)
5
Q
How are the coefficients for the logit model interpreted
A
- We use the marginal effects
6
Q
How is the marginal effect for a continuous x calculated
A
- Take the partial derivative of pi with respect to x
- Set b0 + b1x = xb
7
Q
How is the marginal effect for a discrete x calculated
A
- The change in probability is computed
8
Q
What is another way to combat the limits of p between [0,1]
A
- The probability p at the LHS can be transformed so there are no restrictions
9
Q
What is an odds ratio
A
- The ratio of the probability of favourable to unfavourable cases
- odds = p / 1 - p
10
Q
How does an odds ratio work
A
- The odds are larger than one when the probability of a favourable case is higher than the probability of an unfavourable case
- Odds can take any positive value, so they have no ceiling
11
Q
How can we transform the odds ration to remove the floor restriction
A
- We can take logarithms to obtain the log-odds/logit
- ν = logit(p) = ln(p / 1 - p)
12
Q
How is negative and positive logit represented with odds
A
- odds < 1 = negative logit
- odds > 1 = positive logit
13
Q
How are odds ratios interpreted
A
- The odds of y are multipled by the OR