Wikipedia formulates Generalized Estimating Equations (GEE) as
Given a mean model, $\mu_{ij}$, and variance structure, $V_{i}$, the estimating equation is formed via: $$ U(\beta) = \sum_{i=1}^N \frac{\partial \mu_{ij}}{\partial \beta_k} V_i^{-1} \{ Y_i - \mu_i(\beta)\} \,\! $$ The parameter estimates solve U(β)=0 and are typically obtained via the Newton-Raphson algorithm.
- Does GEE belong to maximum quasi-likelihood method (is the maximum quasi-likelihood method same as quasi-likelihood estimation?) If yes, what is its quasi-likeilhood function, or does GEE maximizes some quasi-likelihood function?
What does GEE "generalize"? Is it estimating equation method for estimation?
In what sense is GEE "generalized"? Is it similar to the way in which the generalized linear model generalizes the linear model?