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
Keep only most recent measure with panel dataHello all. I have a long-format database that looks like this: id wave var1 var2 1 1 85 . 1 2…
Firth Logit and Survey dataI am attempting to run a firth logit (rare event) using data from a nationally-representative survey…
WlsI want to obtain WLS(Weighted Least Square) estimate susing -[aweight]- , I do not know what should …
Testing coefficients from two different samples using xtregDear All, I have seen several postings on the test of coefficients coming from two different xtreg m…
New package on SSC: qualtricsloadThanks to Kit Baum, my new package qualtricsload is available from SSC. qualtricsload downloads su…
Subscribe to:
Post Comments (Atom)
0 Response to Exporting a table to Latex
Post a Comment