Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: copy each observation in multiple rows


From   Shehzad Ali <[email protected]>
To   Stata List <[email protected]>
Subject   st: copy each observation in multiple rows
Date   Mon, 15 Feb 2010 05:50:10 -0800 (PST)

Hi listers,

Is it possible to create multiple rows for each observation and copy the data for each id in the new rows?

My data currently looks like this:

id   sex   disability   education   school
1     1         0               12             A
2     0         1                8              B

I want to make the data look like this:

id   sex   disability   education   school
1     1         0               12             A
1     1         0               12             A
1     1         0               12             A
1     1         0               12             A
1     1         0               12             A
2     0         1                8              B


      

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index