Skip to content
Prev 8070 / 20628 Next

Covariance structure specification

Angelina Mukherjee <angelina.mukherjee88 at ...> writes:
Hmm.  Do you really have only two patients, i.e. a total of
24 response values?  I understand that you're trying to do a
variance decomposition here (no fixed effects, only random
effects), but your estimates of variance will be extremely
inaccurate based on only two patients (you might want to consider
making patient a fixed effect, then you would at least have
6 data points (5 df) for the patient:region variance ...
I would think that something like

lme(Response~1, random = ~1|Patient/Region,
   correlation=corAR1(~Subregion))

  But I also think you're fitting a more complicated model
than can really be supported by 24 data points ...

  Ben Bolker