Hi all,
I am using tabm from the tab-chi module (ssc) to tabulate multiple variables with the same values. What I want to understand is how to export these results to latex as tabm does not work with estpost. Is there a way to make it work. Alternatively, is there any other way to tab frequency tables of multiple variables in a way that is compatible with latex?
Here is what my data looks like
Thanks in advance!
I am using tabm from the tab-chi module (ssc) to tabulate multiple variables with the same values. What I want to understand is how to export these results to latex as tabm does not work with estpost. Is there a way to make it work. Alternatively, is there any other way to tab frequency tables of multiple variables in a way that is compatible with latex?
Here is what my data looks like
Code:
* Example generated by -dataex-. To install: ssc install dataex clear input byte(skipped_reading rushed_question prompt_answer pauses repeat_question noprobe options_read options_no_read) 2 2 1 1 1 1 1 1 1 2 1 3 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 2 1 1 1 1 2 1 1 3 1 1 1 1 2 2 1 1 2 1 1 4 1 1 2 4 2 2 1 1 1 1 1 1 2 1 1 1 1 2 2 2 3 2 1 1 1 1 1 2 3 1 1 1 1 1 2 3 1 1 1 2 1 2 1 1 2 1 1 3 1 1 1 2 3 1 1 1 2 3 2 2 2 1 1 1 2 2 1 2 2 1 1 2 1 1 1 2 4 2 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 2 1 1 2 4 4 1 1 1 2 1 1 1 2 1 1 1 2 1 1 2 1 1 1 1 1 1 1 2 2 1 1 1 1 1 2 2 2 1 1 end
Comment