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
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
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|