Skip to content
Prev 5085 / 20628 Next

Mixed-model-binary logistic model with dependence between individual repeated measures

On Fri, 7 Jan 2011, Martin Maechler wrote:

            
With the probit link, such dichotomous and ordinal variable mixed models 
have a long history in genetics and psychometrics.  In the latter case, 
factor analysis and path analysis of tetrachoric/polychoric correlations 
is completely equivalent to the probit-normal, although GLS/WLS was often 
used for computational reasons.  We used to do all this in LISREL.  For 
the case of varying numbers of observations per individual (and other 
irregular data types), you can use the "multiple groups" approach, where 
you specify a covariance matrix of the right size for each pattern of 
data, and constrain the correlations equal in the different groups. 
Since the main interest is in the correlations between latent variables, 
all hypotheses and estimates are usually framed at that "level" of the 
model.

In the genetic situation, for example, we might estimate the heritability 
of a dichotomous trait based on family data under a polygenic model as 
being 1/2 the sibling tetrachoric correlation.  Model criticism is done by 
comparing predicted risk to different degrees of relations of an affected 
individual, or set of affected relatives.  Practically, this was used for 
genetic counselling etc.  In the current era of genome wide association 
studies, a key question is the "missing heritability", ie amount of 
familial aggregation of diseases unexplained by gene variants with 
detectable effect: the case control studies have N=30000.  Some of the 
arguments hinge on what kind of link function is used in the theoretical 
model.

Sorry, I couldn't resist ;)