Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I am seeking advice on programming a new random effects variance-covariance matrix/structure (pdmat) in R for use in lme()? I've checked out the lme source code (as suggested if you want to program your own pdmat), but remain confused. Does anyone have a good reference? Thanks in advance!

share|improve this question
1  
Pinheiro/Bates is the classic reference but doesn't have the details on how to do this; I had to do it once and basically ended up copying the code from one of the existing structures and changing it to meet my needs. It was trickier than I expected to be, though, and long enough now that I don't quite remember what I did. I too hope someone knows of a better reference. – Aaron Dec 16 '11 at 17:58
Great question. Me too interesting in learning this. Would appreciate @Aaron if you advise us. – MYaseen208 Dec 17 '11 at 22:16

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.