Hello everyone,
I am trying to create one big table with frequencies and percentages for the categories of the sociodemographic variables in my dataset. For some reason, however, I do not manage to merge all the separate small frequency table into one big table. Does anyone know how to merge all the frequency table into one big table? You can find the code for all the separate tables below. Thank you very much in advance!
I am trying to create one big table with frequencies and percentages for the categories of the sociodemographic variables in my dataset. For some reason, however, I do not manage to merge all the separate small frequency table into one big table. Does anyone know how to merge all the frequency table into one big table? You can find the code for all the separate tables below. Thank you very much in advance!
Code:
asdoc tabulate countrysavings, replace save(Sample.doc) asdoc tabulate gender, append save(Sample.doc) asdoc tabulate age_group, append save (Sample.doc) asdoc tabulate education, append save(Sample.doc) asdoc tabulate income, append save(Sample.doc) asdoc tabulate savingsamount, append save(Sample.doc) asdoc tabulate employment, append save(Sample.doc)