just wondering if anyone has a way to print for example a GLM regression output table to tex? I think I'm looking for something like [http://cran.r-project.org/web/packages/texreg/index.html], although maybe that's not the best way to achieve this in julia.
right now I'm converting the coeftable object to a dataframe and print that, but of course it would be nice to print some default statistics (Rsquared, pval stars, etc) with it. thanks for any suggestions!