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]
Re: st:any easy alternative way when -egen- is not allowed to combine
From
Nick Cox <[email protected]>
To
[email protected]
Subject
Re: st:any easy alternative way when -egen- is not allowed to combine
Date
Wed, 22 Dec 2010 13:37:54 +0000
A further correction:
bysort ID (indicator) : gen any_pos = indicator[_N]
should be
bysort ID (indicator) : gen any_pos = indicator[_N] > 0
with the caveat previously expressed that this will need amendment if
there are missings.
*
* 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/