I have a variable mpce for which i need to find out the deciles,and the cutoff values for those deciles. While I could find the deciles, and could list the decile cutoff values, I cant find a simple way to get those cutoff values in a tabular form. The tabstat option gives me percentile values but not the deciles.
I used xtile decile = mpce, nq(10) to get the deciles
pctile dec = mpce, nq(10) gives me the 9 cutoffs as a variable dec
But what I am asking is that is there any way to tabulate those 9 values
I need to export those that table into a latex code so a table would be nice. If not, are there any ways (other than manually creating a table) by which I could make a table of the decile cutoff values ?
I used xtile decile = mpce, nq(10) to get the deciles
pctile dec = mpce, nq(10) gives me the 9 cutoffs as a variable dec
But what I am asking is that is there any way to tabulate those 9 values
I need to export those that table into a latex code so a table would be nice. If not, are there any ways (other than manually creating a table) by which I could make a table of the decile cutoff values ?
Comment