Displaying 1 result from an estimated 1 matches for "mathmode".
Did you mean:
machmode
2006 Aug 14
1
Presentation of multiple models in one table using xtable
...ow to write a general R function which eats a unpredictable number
of summary(lm()) objects, and fill out a matrix with results such
as the above.
2. How to get a good xtable(), with decimal alignment and with the ***
stuff (actually, $^{***}$). Will there be any catch in dropping
into mathmode for $R^2$? After each pair of lines, I'd like to have
a \\[2mm] so as to get a nice spacing in the table.
3. This style of presentation seems relevant to a whole host of models
- whether ARCH models or survival models - not just OLS
regressions. It would be very nice if one supported...