Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
st: RE: How to append observations to variable
From
Beatrice Benavidez <[email protected]>
To
[email protected]
Subject
st: RE: How to append observations to variable
Date
Thu, 27 Sep 2012 13:17:09 +0100
Hi all,
I have a variable x where its last observation (i.e. the last row of
the dataset) is at row 626.
I would like to append to the bottom of that where I have '0' as my
observation in row 627, '1' as my observation in 628, '2' as my
observation in 269 etc until '100' as observation in row 728.
How would I do that without having to do:
set obs 627
replace x = 1 in 627
.
.
.
set obs 728
replace x = 100 in 728
one by one?
Any help would be much appreciated!!!
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/