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
Missing Eigenvalues and EigenvectorDear Statalisters, I'm puzzled by a square matrix for which all eigenvalues and eigenvectors relate…
option horizontol not allowedHi guys! While making a graph I got this error: r198, `` option horizontal is not allowed `` coefp…
Create a loop for regressionsGood morning everybody, I have a dataset with 150 variables and I would like to create a loop to pe…
How to set the hazard rate to zero in hshaz?Hi everyone, I am trying to estimate the impact of a hiring subsidy on the survival rate of employe…
Congratulations to Nick Cox for reaching 20,000 postsAs is customary in this list, we send congratulatory messages to users who reach milestones. So cong…
Subscribe to:
Post Comments (Atom)
0 Response to Export either table or tabdisp as latex file
Post a Comment