Maximum likelihood estimation for GLMMs Flashcards

(3 cards)

1
Q

How to estimate through MLE unknown quantities in GLMMs

A
  • β: marginal or conditional formulation
  • γ: conditional formulation
  • θ: marginal formulation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

MLE for GLMMs with θ known

A

β^= (X’V-1X)-1X’V-1y ∼ Np(β, (X’V-1X)-1)
- BLUE, equivalent to generalised/weighted least squares that gives more weight to less variable observations
γ = GU’V-1(y-Xβ^)
- BLUP

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

MLE for GLMMs with θ unknown

A
  • Profile likelihood: biased (asymptotically unbiased) estimator
    lP(θ) = - 1/2 ln|V(θ)| - 1/2 (y-Xβ^(θ))’V(θ)-1(y-Xβ^(θ))
  • Restricted likelihood: unbiased estimator
    lR(θ) = ln(∫ L(β,θ)dβ) = lP(θ) - 1/2 ln|X’V(θ)X|
How well did you know this?
1
Not at all
2
3
4
5
Perfectly