Questions tagged [generalized-estimating-equations]

Stands for Generalized Estimating Equations which is an approach to estimating regression coefficients. GEE can be used on clustered / longitudinal data and has the attractive property that it provides consistent estimators of regression coefficients and unbiased inference even when the association structure within a cluster is mis-specified.

GEE stands for Generalized Estimating Equations. It is an approach to estimating regression coefficients. GEE can be used on clustered / longitudinal data and has the attractive property that it provides consistent estimators of regression coefficients and unbiased inference even when the association structure within a cluster is mis-specified.

310 questions
78
votes
3 answers

When to use generalized estimating equations vs. mixed effects models?

I have been quite happily using mixed effects models for a while now with longitudinal data. I wish I could fit AR relationships in lmer (I think I'm right that I can't do this?) but I don't think it's desperately important so I don't worry too…
Chris Beeley
  • 5,465
  • 5
  • 36
  • 40
37
votes
3 answers

Difference between generalized linear models & generalized linear mixed models

I am wondering what the differences are between mixed and unmixed GLMs. For instance, in SPSS the drop down menu allows users to fit either: analyze-> generalized linear models-> generalized linear models & analyze-> mixed models-> generalized…
29
votes
1 answer

What is the difference between generalized estimating equations and GLMM?

I'm running a GEE on 3-level unbalanced data, using a logit link. How does this differ (in terms of the conclusions I can draw and the meaning of the coefficients) from a GLM with mixed effects (GLMM) and logit link? More detail: The observations…
23
votes
4 answers

GEE: choosing proper working correlation structure

I am an epidemiologist trying to understand GEEs in order to properly analyze a cohort study (using Poisson regression with a log link, to estimate Relative Risk). I have a few questions about the "working correlation" that I would like someone more…
Theodore Lytras
  • 428
  • 1
  • 4
  • 10
17
votes
1 answer

The role of scale parameter in GEE

I am learning the generalized estimating equations (GEE) and the geepack R package. There are some questions that I am a little confused. In a GEE-constructed model, we have $Var(Y_{it})=\phi_{it}\cdot V(\mu_{it})$, where $\phi$ is the scale…
alittleboy
  • 743
  • 1
  • 9
  • 29
13
votes
1 answer

Marginal model versus random-effects model – how to choose between them? An advice for a layman

In searching for any info about marginal model and random-effects model, and how to choose between them, I have found some info but it was more-or-less mathematical abstract explanation (like for example here:…
11
votes
3 answers

Friedman test and post-hoc test for Python

In my dataset, I have five (ordinal) groups with an x-amount of measurement. Because homoscedasticity is violated, I performed the Friedman chi-square test to see if there are any statistical differences between the groups: fried =…
10
votes
1 answer

What is the difference between GLM and GEE?

Whats the difference between a GLM model (logistic regression) with a binary response variable which includes subject and time as covariates and the analogous GEE model which takes into account correlation between measurements at multiple time…
N26
  • 1,705
  • 3
  • 18
  • 22
9
votes
1 answer

How can I assess GEE/logistic model fit when covariates have some missing data?

I have fit two generalized estimating equation (GEE) models to my data: 1) Model 1: Outcome is longitudinal Yes/No variable (A) (year 1,2,3,4,5) with longitudinal continuous predictor (B) for years 1,2,3,4,5. 2) Model 2: Outcome is the same…
N26
  • 1,705
  • 3
  • 18
  • 22
9
votes
0 answers

What GEE-exchangeable method can do that robust variance can't?

I asked a related question before here on the difference between GEE method with exchangeable varcov structure v. Robust standard errors known as Huber White method in group randomized trials. As Macro pointed out Freedman in his 2006 paper The…
8
votes
0 answers

Lasso for GEE model

Can a LASSO be applied for predictor selection in a logistic GEE (generalized estimating equations) model for longitudinal data? Is there an implementation of LASSO for a logistic GEE model for longitudinal data in either R or MATLAB? Thanks!
user37555
  • 81
  • 1
8
votes
1 answer

Models for Generalized Estimating Equation?

From Wikipedia, Generalized Estimating Equation (GEE) is a method to estimate the parameters of a generalized linear model (with an exponential family distribution for the response). By reading other references online, I am confused whether GEE is…
8
votes
2 answers

Why not always use generalized estimating equations (GEE) instead of linear mixed models?

I read about generalized estimating equations (GEE) here, here and at other sites. It is mentioned in first of above links that "the parameter estimates are nearly identical" for linear models but not for non-linear models. In most situations, we…
8
votes
0 answers

Selecting link function in GEE with binary dependent variable

In my experiment participants had to make a binary (yes-no) decision about various stimuli. I have two categorical (stimulus characteristics coded as -1 0 and 1 and treatment group coded as 0 1) and three continuous (questionnaire scores) variables.…
8
votes
2 answers

What's the difference between estimating equations and method of moments estimators?

From my understanding, both are estimators that are based on first providing an unbiased statistic $T(X)$ and obtaining the root to the equation: $$c(X) \left( T(X) - E(T(X)) \right) = 0$$ Secondly both are in some sense "nonparametric" in that,…
1
2 3
20 21