Hi all
I want to create a table in excel using the matrix command. I wrote:
The resulting table in excel:
Is there a way to get rid of the column with r1, r2, r3? Better, is it possible to export the table with r1,r2,r3 column?
Thanks.
I want to create a table in excel using the matrix command. I wrote:
Code:
mkmat year WE1 WE2 if dupYrUr<2 & urb==1, matrix(urban) matrix list urban putexcel A4=matrix(urban), names nformat(number_d2)
year | WE1 | WE2 | |
r1 | 1997 | 0.78 | 0.92 |
r2 | 2001 | 0.72 | 0.88 |
r3 | 2002 | 0.71 | 0.86 |
Thanks.
Comment