Code: LaTeX tables for lme4 models

[This article was first published on Left Censored » R, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

I have recently discovered memisc, an extremely useful R package by Martin Elff (see his memisc page here). The package contains any number of useful functions, and is particularly good at helping one manage and recode survey data. However, by far my favorite thing about the package is the mtable() function. mtable() makes it easy to compare the results from different models from within R and, along with toLatex(), makes it easy create text{LaTeX{}} tables. Unfortunately, the functions that parse lme4 model objects is out-dated. The code below updates them for the current release version of lme4. A couple things to note, however: first, these functions do not work with model objects created by lme4a, which are significantly different than those produced in lme4; and second, the getSummary.mer() function currently only reports the results from two-level models, though extending it shouldn’t be too difficult.

To leave a comment for the author, please follow the link and comment on their blog: Left Censored » R.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)