Skip to content
Prev 3395 / 20628 Next

Conditional logistic regression vs lmer

On Wed, 3 Mar 2010, Federico Calboli wrote:

            
Was the study a matched case-control design, or is "match" the family or 
some natural clustering variable? How many cases and controls for each 
level of match?  (maybe this was in your earlier email.) If the strata are 
small (eg 1:1), then I would be nervous about (tIgE.Resp|match) giving a 
meaningful estimate, cf c.c ~ tIgE.Resp + (1|match)+ (1|Run) + (1|Box).
You might read over the intro to the paper by Liang, Qaqish and Zeger on 
the GEE for binary data in JRSSB (?1990 or so), where they contrast the 
different approaches to clustered data.  Basically, the (usual) GLMM fits
a parametric model for the intercepts for each stratum, while the 
CLR discards this information, and for a categorical covariate is "just" 
a permutation test.

FWIW, David Duffy.