Count data regression Flashcards

(6 cards)

1
Q

Linear Poisson model

A

ηi = λi = xi‘β
- Symmetrical distribution;
- Expected large λi;
- Additive effects of covariates.

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

Log-linear Poisson model

A

ηi = log(λi)
λi = exp(ηi) = exp(xi‘β)
- Effect of β is linear on log-scale
- Effect of β on the original scale is exp(β)

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

Handling overdispersion in count data regression

A
  • Introduce φ as binary regression (with same issues): Var(y-i) = φλi;
  • Use Negative-Binomial distribution (more difficult interpretation);
  • Use a random effects model.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

ML estimation for count data regression (loglinear)

A

l(β) = Σ yiηi - λi
s(β) = Σ xi(yii)
F(β) = Σ xixi‘λi
If offset: F(β) = Σ xixi‘λiΔi

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

Pearson statistics for count data regression

A

χ2 = Σ (yi-^λi)2 / [ ^λi/ni]
Remember that:
- E(yi) = λi = var(yi)
- 0log(0) = 0 in the case of yi=0 for AIC

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

Offset

A

Since λi is affected by the time frame/area, we rescale the phenomenon in the log-scale by a offset γi
- No coefficient estimated;
- ηi = xiβ + γi
- γi = log(Δi)
- γi = log(ni) for grouped data;
- Gives less variability for ^β.

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