Skip to content
Prev 5541 / 20628 Next

Lmer and variance-covariance matrix

On 12/03/11 09:45, Douglas Bates wrote:
Yes, you really did ignore me.  But not to worry; I'm used to it! :-)
I also (more recently) asked Ben Bolker about this issue.  He
ignored me too!  At that stage I kind of took the hint ......

Your explanation of why it can't be done makes perfect sense.

However I find this constraint sad, because I like to be able to
fit ``marginal case'' models, which can also be fitted in a more
simple-minded manner and compare the results from the
simple-minded procedure with those from the sophisticated
procedure.  If they agree, then this augments my confidence
that I am implementing the sophisticated procedure correctly.

An example of such, relating to the current discussion, is a
simple repeated measures model with K (repeated) observations
on each of N subjects, with the within-subject covariance matrix
being an arbitrary positive definite K x K matrix.

This could be treated as a mixed model (if it were possible to
constrain the residual variance to be 0).  It can also be treated
as a (simple-minded) multivariate model --- N iid observations
of K-dimensional vectors, the mean and covariance matrix of
these vectors to be estimated.

I would have liked to be able to compare lmer() results with the
(trivial) multivariate analysis estimates.  To reassure myself that
I was understanding lmer() syntax correctly.

     cheers,

         Rolf