desctab {estout}R Documentation

Description Table

Description

Uses the data stored in the "dcl" object to create a standard formated table. The default is LaTeX (optionally CSV) is possible. Therefore it is possible to import the output into a spreadsheet program and edit it for a wordprocessor.

Usage

desctab(filename=NULL,caption = NULL, label = NULL,csv=FALSE
, dcolumn=NULL,booktabs=FALSE)

Arguments

filename give an alternative filename, default is "descout.tex"
caption to be used in the LaTeX output table
label to be used in the LaTeX output table
csv for output to csv (comma separated textfile) for direct import to a spreadsheet program,default is TeX-output
dcolumn inserting a in the head defined dcolumn column-type.
booktabs if set to TRUE "\hline" is replaced by its booktabs counterparts.

Author(s)

Felix Kaminsky fkamins@uni-goettingen.de inspired by estout for Stata.

See Also

eststo, estclear, esttab, descsto

Examples

## Not run: 
desctab(caption="Example Title",label="bwgth",filename="overview.tex")
## End(Not run)

[Package estout version 1.0-1 Index]