Skip to content
Prev 3656 / 20628 Next

Another case of -1.0 correlation of random effects

Dear Kevin,

I am curious to see what happens if you fit the same model with lme and if you play around with the optimizer used. Also, try changing the definition of the intercept. In particular:

library(nlme)
res <- lme(iAUC~Treatment+Dose, random=~Dose|Subject, data=insulin)
summary(res)

res <- lme(iAUC~Treatment+Dose, random=~Dose|Subject, data=insulin,
           control=list(msVerbose=T, opt="nlm"))
summary(res)

insulin$Dose <- insulin$Dose - 8

res <- lme(iAUC~Treatment+Dose, random=~Dose|Subject, data=insulin)
summary(res)

res <- lme(iAUC~Treatment+Dose, random=~Dose|Subject, data=insulin,
           control=list(msVerbose=T, opt="nlm"))
summary(res)

Best,

--
Wolfgang Viechtbauer                        http://www.wvbauer.com/
Department of Methodology and Statistics    Tel: +31 (43) 388-2277
School for Public Health and Primary Care   Office Location:
Maastricht University, P.O. Box 616         Room B2.01 (second floor)
6200 MD Maastricht, The Netherlands         Debyeplein 1 (Randwyck)


----Original Message----
From: r-sig-mixed-models-bounces at r-project.org
[mailto:r-sig-mixed-models-bounces at r-project.org] On Behalf Of Kevin E.
Thorpe Sent: Monday, April 12, 2010 15:23 To: Douglas Bates
Cc: r-sig-mixed-models at r-project.org
Subject: Re: [R-sig-ME] Another case of -1.0 correlation of random
effects

Thread (28 messages)

Kevin E. Thorpe Another case of -1.0 correlation of random effects Apr 9 Ben Bolker Another case of -1.0 correlation of random effects Apr 9 Kevin E. Thorpe Another case of -1.0 correlation of random effects Apr 9 Ken Knoblauch Another case of -1.0 correlation of random effects Apr 9 Ben Bolker Another case of -1.0 correlation of random effects Apr 9 Kevin E. Thorpe Another case of -1.0 correlation of random effects Apr 9 Viechtbauer Wolfgang (STAT) Another case of -1.0 correlation of random effects Apr 9 Jarrod Hadfield Another case of -1.0 correlation of random effects Apr 9 Ken Knoblauch Another case of -1.0 correlation of random effects Apr 9 Kevin E. Thorpe Another case of -1.0 correlation of random effects Apr 9 Kevin E. Thorpe Another case of -1.0 correlation of random effects Apr 12 Douglas Bates Another case of -1.0 correlation of random effects Apr 12 Kevin E. Thorpe Another case of -1.0 correlation of random effects Apr 12 Viechtbauer Wolfgang (STAT) Another case of -1.0 correlation of random effects Apr 12 Douglas Bates Another case of -1.0 correlation of random effects Apr 12 Kevin E. Thorpe Another case of -1.0 correlation of random effects Apr 13 Ben Bolker Another case of -1.0 correlation of random effects Apr 13 Douglas Bates Another case of -1.0 correlation of random effects Apr 13 Kevin E. Thorpe Another case of -1.0 correlation of random effects Apr 13 Ben Bolker Another case of -1.0 correlation of random effects Apr 13 Kevin E. Thorpe Another case of -1.0 correlation of random effects Apr 13 Douglas Bates Another case of -1.0 correlation of random effects Apr 13 Kevin E. Thorpe Another case of -1.0 correlation of random effects Apr 13 Kevin E. Thorpe Another case of -1.0 correlation of random effects Apr 15 Andrew Dolman Another case of -1.0 correlation of random effects Apr 16 Kevin E. Thorpe Another case of -1.0 correlation of random effects Apr 16 Andrew Dolman Another case of -1.0 correlation of random effects Apr 16 Kevin E. Thorpe Another case of -1.0 correlation of random effects Apr 16