Hi, I have 240 month-two variable dataset. I want to make deciles of 1st variable, and extract 'sum' for 2nd variable. I use 'forvalues i = 1/240 { by A`i'_decile, sort: sum r`i'} which produce many tables.
How do I obtain ONE summary table?
How do I obtain ONE summary table?