Hi everyone, I have the following code:
table prov immig sex if inlist(immig,1,2)
and I am trying to export the table to overleaf. I tried eststo and estout commands but apparently, they are only used for regression tables. I also tried:
tabout prov immig sex if inlist(immig,1,2) using table1.txt
but the created file is not in txt format.
I was wondering if anyone knows how I can export this table to latex? am I missing something in the codes?
Thanks
Related Posts with Exporting a table to Latex
In my humble opinion unexpected behavior of trim()Dear Stata list, I thought over this a lot of times as I did not expect to find anything unexpected…
import excel and reshapeDear All, I have this data set in excel as: Array and data is here test.xlsx. How can I obtain the …
Extraction of submatrix containing probit estimatesI want to extract submatrices of the coefficient vector and the var/cov matrix which are returned fo…
Scatter plot: individual slope versus baseline GFRDear Stata users, I am trying to create a scatter plot of individual slopes (GFR) versus baseline …
Use outreg2 on multiple analysesHello, Running the module fairlie produces two tables: logistic regression and decomposition, and i…
Subscribe to:
Post Comments (Atom)
0 Response to Exporting a table to Latex
Post a Comment