Hello everyone,
I have 11 categorical or dummy variables that i want to display frequency data on, and two continuous variables that i want to show means and standard deviations for, and I want to put them into one neat table exported from stata. The tab1 and summ commands respectively allow me to see this information, but I'm struggling with a way to incorporate all of this into one (or at least two tables) table and export it to MS Word. Does anyone have any suggestions? I've watched videos on youtube about tab, summ and table etc but can't seem to make any progress.
Here is my current code:
tab1 Comp_Cat yrs_treatment start_up mother national mbimonthly LAC Africa condachiev supply meetses
summ primsub2015 pnet
I have 11 categorical or dummy variables that i want to display frequency data on, and two continuous variables that i want to show means and standard deviations for, and I want to put them into one neat table exported from stata. The tab1 and summ commands respectively allow me to see this information, but I'm struggling with a way to incorporate all of this into one (or at least two tables) table and export it to MS Word. Does anyone have any suggestions? I've watched videos on youtube about tab, summ and table etc but can't seem to make any progress.
Here is my current code:
tab1 Comp_Cat yrs_treatment start_up mother national mbimonthly LAC Africa condachiev supply meetses
summ primsub2015 pnet
Comment