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: Deleting entire panel id/group if condition is true for first year
From
Nick Cox <[email protected]>
To
"[email protected]" <[email protected]>
Subject
Re: st: Deleting entire panel id/group if condition is true for first year
Date
Wed, 1 May 2013 14:34:50 +0100
Stata makes this kind of change extremely easy.
bysort id (whatever) : keep if !missing(whatever[_N]) & _N >= 6
-sort-ing within panels means that any missings are sorted to last.
This is covered in any tutorial on -by:-.
Nick
[email protected]
On 1 May 2013 14:14, Andreas Dall Frøseth <[email protected]> wrote:
>
> Is it possible to delete a entire panel id/group from the set if a certain condition is true for the first year?
> I'm trying to keep certain spells in my dataset, and by using the -tsspell- (SSC) I have managed to keep panel variables with runs equal or above 7 years. But, I also wish to keep panel groups with 6 year runs IF the value in the variable "category" is nonmissing for the first year (or actually every year).
*
* 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/