texreg: Convert regression output to a LaTeX table

View source: R/texreg.R

texregR Documentation

Convert regression output to a LaTeX table

Description

Convert regression output to a LaTeX table

Usage

texreg(l, file = NULL, tstat = FALSE, scale = 1, ...)

Arguments

l

a statistical model or a list of statistical models. Lists of models can be specified as l = list(model.1, model.2, ...). Different object types can also be mixed.

file

using this argument, the resulting table is written to a file rather than to the R prompt. The file name can be specified as a character string.

tstat

if TRUE, prints t-stats instead of standard errors.

scale

multiply the regression coefficients (and standard errors) by this value.

...

additional arguments passed to texreg.

Value

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.


eguidotti/eap documentation built on Sept. 4, 2024, 3:43 a.m.