texreg | R Documentation |
Convert regression output to a LaTeX table
texreg(l, file = NULL, tstat = FALSE, scale = 1, ...)
l |
a statistical model or a list of statistical models. Lists of models can be specified as |
file |
using this argument, the resulting table is written to a file rather than to the |
tstat |
if |
scale |
multiply the regression coefficients (and standard errors) by this value. |
... |
additional arguments passed to |
A character object with a regression table and LaTeX markup.
The object has an additional "texregTable"
class identifier,
which causes the object to be formatted nicely on screen when printed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.