I am using:
gen ycc_table=.
replace ycc_table=year if evnt3w==1
by country ( ycc_table ), sort: gen ycc_count =_n if ycc_table!=.
tabdisp country ycc_count, cell(ycc_table)
or just:
table country ycc_count, c(mean ycc_table )
which creates the following table:
Array
I want to save this table as .tex file but I doesn't work. Is there a way to save this table as latex file?
Related Posts with Export either table or tabdisp as latex file
Duplicate observations from group to individual levelDear all I am quite new to stata and currently working with a dataset abouth health. This data come…
Graph coefficients of difference in differencesHi, How could one graph this difference-in-differences on Stata? This is from Duflo (2001).The x-ax…
Problem "too few quotes" by using a graph hbarHey Folks, i want to create a 100-Percent-Graph--bar with 14 Variables . For this i already have a …
Should i use fixed effects or random effects for my paneldata ??Hello, I am currently writing a thesis on democratization in Latin America and the Caribbean. I have…
Using xtile while suppressing an outlier valueHi All, I'm trying to create a new variable that assigns each observation to a percentile within my…
Subscribe to:
Post Comments (Atom)
0 Response to Export either table or tabdisp as latex file
Post a Comment