Learn R Programming

estout (version 1.2)

desctab: 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,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.

See Also

eststo, estclear, esttab, descsto

Examples

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

Run the code above in your browser using DataLab