Dear All:
This might be obvious to some of you, but I could not find a direct command that allows me to do so.
I would like to convert the table produced from -table- to a simple matrix for future use. The Stata code goes as below.
If I could use tabulate, it would be easy for me to do so by using
However, -tabulate- has value limitation, which prevents me from doing so.
I am wondering if the -table- command also has some simple option like the -tabulate- command? Or is there any alternative (quick) way I could do the conversion?
Thank you and I look forward to hearing from you!
Best,
Long
This might be obvious to some of you, but I could not find a direct command that allows me to do so.
I would like to convert the table produced from -table- to a simple matrix for future use. The Stata code goes as below.
Code:
table percentile1 percentile2 ...Stata output...
Code:
tab percentile1 percentile2, matcell(matrix) ...Stata output...
I am wondering if the -table- command also has some simple option like the -tabulate- command? Or is there any alternative (quick) way I could do the conversion?
Thank you and I look forward to hearing from you!
Best,
Long
Comment