Skip to content
Prev 276103 / 398506 Next

Removal/selecting specific rows in a dataframe conditional on 2 columns

Perhaps use tapply() to split by the survey unit and write a little
identity function that returns only those rows you want, then patch
them all back together with something like simplify2array().

Michael
On Tue, Nov 1, 2011 at 1:16 PM, Aurelie Cosandey Godin <godina at dal.ca> wrote: