desctab: Description Table

Description Usage Arguments Author(s) See Also Examples

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

1
2
desctab(filename=NULL,caption = NULL, label = NULL,csv=FALSE
, dcolumn=NULL,booktabs=FALSE,store="default")

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.

store

Calls up specific storage unit to output this table.

Author(s)

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

See Also

eststo, estclear, esttab, descsto

Examples

1
2
3
4
## Not run: 
desctab(caption="Example Title",label="bwgth",filename="overview.tex")

## End(Not run)

estout documentation built on May 1, 2019, 10:31 p.m.

Related to desctab in estout...