Dear all,
I am going to generate - i.region#i.per-- with tab, gen()
I know:
how about -- i.region#i.per ?
of course I can do it manually: d_re1#d_p1 d_re2#d_p1....
but it takes ages (there are pretty much)
Is there any shortcut?
cheers,
Paris
I am going to generate - i.region#i.per-- with tab, gen()
I know:
Code:
tab region, gen(d_re) tab per, gen(d_p)
of course I can do it manually: d_re1#d_p1 d_re2#d_p1....
but it takes ages (there are pretty much)
Is there any shortcut?
Code:
input float region byte per 2 0 2 0 2 1 2 2 2 2 5 0 5 0 5 1 5 1 5 2 5 2 5 3 5 3 5 4 4 0 4 0 4 1 4 1 4 2 4 2 4 3 4 3 4 4 5 0 5 0 1 0 1 0 1 1 1 1 1 2 1 2 1 3 1 3 1 4 1 4 1 5 3 0 3 0 3 1 3 1 3 2 3 0 3 0 3 1 3 1 3 2 3 2 3 3 3 3 3 4 1 0 1 0 1 1 1 1
Paris
Comment