Does anyone know a way to produce a nice publication quality LaTeX table from an lme4 mer object? Neither the xtable method (package xtable) nor the latex method (package Hmisc) know how to deal with mer objects.
For example, given this fit:
library(lme4)    
fm1 <- lmer(Reaction ~ Days + (Days|Subject), sleepstudy)
Are there any options for producing a nice LaTeX table of the coefficient estimates for both the fixed and random effects?
EDIT:
Because this is somewhat buried in the comment threads below, note that a community wiki is in development for R LaTeX tables: Tools for making latex tables in R