Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

RE: st: Generate question


From   "Hendri Adriaens" <[email protected]>
To   <[email protected]>
Subject   RE: st: Generate question
Date   Fri, 27 Apr 2007 08:56:42 +0200

Hi, 
 
> This should do it:
> 
>   bys y (x): replace x=x[1]

Unfortunately not. Because the sorting brings the empty opnes to the top,
all the matching x's are replaced by the empty (missing) string, which makes
me loose more data. I tried doing it with a gsort before the by command:

gsort y -x

But then

by y (x): replace x=x[1]

Complains r(5): not sorted. Is there another way?

Thanks, best regards,
-Hendri.


*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   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