Binary regression Flashcards

(7 cards)

1
Q

Logit model

A

ηi = log(πi/(1-πi)) = log(ODDSi)
πi = exp(ηi)/(1+exp(ηi)
- β linear effect on ηi but not on πi;
- β>0 : the odds increase of exp(β) for the corrisponding variable (odds ratio);
- ODDSi = exp(ηi);
- If I increase of 1 xij while other x stay fixed: ORi = exp(βj);
- F(β) = H(β).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Probit model

A

ηi = Φ-1(π)
πi = Φ(ηi)
- Usually same results as logit when rescaled by the considered σ;
- Gives different ^βs but same ^βj/^βh and same ^π;
- β>0 : the odds increase.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

C-log-log model

A

ηi = log(-log(1-πi))
πi = 1-exp(-exp(ηi))
- Usually different from logit and probit;
- Uses extreme minimum value distribution;
- Gives asymmetric response.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Latent utility model

A

We model y~i = ui1 - ui0 that if > 0 gives yi=1.
y~i = ηi + εi
- εi ~ N: probit model, indentifiable up to 1/σ;
- εi ~Logistic: logit model.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Binary data overdispersion

A

Var(y-i) = φ πi(1-πi)/ni.
We now model y-i ~Bin(ni, πi)/ni

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Log-likelihood, score and Fisher matrix for logistic regression (logit)

A

l(β) = Σ yiηi - log(1+exp{ηi})
s(β) = Σ xi‘(yi- πi)
F(β) = Σ xixi‘πi(1-πi) = H(β)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Pearson statistic for logistic regression

A

χ2 = Σ (y-i - π^i)2 / [π^i(1-π^i)/ni] .~ χ2G-p

How well did you know this?
1
Not at all
2
3
4
5
Perfectly