Skip to content
Prev 12536 / 20628 Next

Extracting weights from an lme object

robert bagchi <bagchi.r at ...> writes:
[snip]
Don't know, but my guess is that lme is internally sorting the
weights by group (a way to test this would be to set up an example
with the data in group order and see if the order of the weights
remained unchanged).  If so, you could try to replicate the process
of ordering by group and figure out the inverse permutation required
to undo that ordering ...

  Ben Bolker