Hi Andrew, Have you tried mtable from package "memisc"? This link (http://leftcensored.skepsi.net/2011/03/13/code-latex-tables-for-lme4-models/) might be helpful for you.
A.K. ----- Original Message ----- From: drewmac <andrew.macfarl...@pg.canterbury.ac.nz> To: r-help@r-project.org Cc: Sent: Sunday, June 10, 2012 7:57 PM Subject: [R] Lmer coef table Hi all, I would like to print the results of my lmer model (lme4) into a table that can be sweaved into Latex. I am aware that xtable does not support lme objects. I have tried the suggestions in the following thread: https://stat.ethz.ch/pipermail/r-help/2010-February/229002.html: I have success with the coef(summary(mymodel)) code, but can this be exported as a table? My lmer model looks like this: modela<-lmer(log(Stimulus.RT) ~ voice.age + Block +expnum+(1|Subject) + (1|mtrial),dat) All suggestions appreciated Andrew -- View this message in context: http://r.789695.n4.nabble.com/Lmer-coef-table-tp4632967.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.