Learn R Programming

estout (version 0.6-1)

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)

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

See Also

eststo, estclear, esttab, descsto

Examples

Run this code
desctab(caption="Example Title",label="bwgth",filename="overview.tex")

Run the code above in your browser using DataLab