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
Interpreting Sargan-Hansen TestsHi all, I am running diff GMM using Sebastian's xtdpdgmm command. However, I am not sure how to int…
Robustness checksDear statalist, I am running a bootstrap on an OLS model with the dependent variable being log(maxi…
HGLM - Model 2 level variables not siginificant but postestimation plot shows variationGood day, I am using a two level HGLM model model 1 - Level 1 variables have significant effect on …
Comparing coefficients while keeping difference between other coefficients constant in mixed modelDear Statalist users, I would like to compare whether the slope is statistically different between …
How to calculate year in month with conditionsDear all, Year of birth and month of birth of each individual in a given dataset, now I want to gen…
Subscribe to:
Post Comments (Atom)
0 Response to Export either table or tabdisp as latex file
Post a Comment