desctab {estout} | R Documentation |
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.
desctab(filename=NULL,caption = NULL, label = NULL,csv=FALSE , dcolumn=NULL,booktabs=FALSE)
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. |
Felix Kaminsky fkamins@uni-goettingen.de inspired by estout for Stata.
eststo, estclear, esttab, descsto
## Not run: desctab(caption="Example Title",label="bwgth",filename="overview.tex") ## End(Not run)