Generalized linear mixed models + generalized additive models Flashcards
(6 cards)
General definition for generalized linear mixed models
μ = h(η) = h(Xβ + Uγ), γ ~IID N(0, G)
- yij indep. ykh | γ;
- Penalized likelihood approach maximized with IWLS, approximated if G unknown;
- ^cov(β γ) (approx) F-1;
- Marginal formulation not analytically available (^βcond ≠ ~βmarg) unless for log-linear random intercept Poisson and probit-normal random intercept model.
Generalized linear mixed models: binary data
ηijj=log(P(yij=1|γi)/P(yij=0|γi)
ηij=Φ-1(P(yij=1|γi)
- ni > 1 for identifiability.
Generalized linear mixed models: count data
ηij = log(λij)
- If only intercept, λij = exp(γ01)exp(xij‘β) = νiexp(xij‘β);
- νi ~ LogN that can accomodate overdispersion;
- Has analytical marginal mean and var-cov.
Generalized linear mixed models: categorical data
P(yij=r|γr) = exp(ηijr) / [1+Σ exp(ηijs)]
γir ~IID N(0,Qr)
Additive Model
yi = f1(zi1) + … fq(ziq) + ηi lin + εi = ηi add + εi = Z1γ1 + … Zqγq + Xβ + ε
- Semiparametric unless ηi lin removed;
- No interactions;
- Z continuous;
- Smooth functions f;
- Σ f1(zi1) = Σ fq(ziq) = 0;
- fj = Zjγj (Z linear basis expansion) estimated with penalties λjγj‘Kjγj;
- If generalized: E(yi)= h(ηi add).
STAR models
y = V1γ1 + … Vqγq + Xβ + ε = ηstruct + ε
- Additive model with random effects/interactions/spatial effects modelled as non parametric part;
- Penalized least squares with tuning/smoothing parameter λj estimated on the data;
- Can be generalized using appropriate response function.