Hello colleague,
I have two categorical variables (education and gender) and I would like to produce a two-way table of frequencies but percents are reported in (%9.2f) format. I would like to find relative frequencies in format of format(%9.1f). Any idea how I may do that? Here is my code.
Best,
Anagaw
I have two categorical variables (education and gender) and I would like to produce a two-way table of frequencies but percents are reported in (%9.2f) format. I would like to find relative frequencies in format of format(%9.1f). Any idea how I may do that? Here is my code.
Code:
tabulate education gender, col nofreq
Best,
Anagaw
Comment