> -----Original Message----- > From: [email protected] [mailto:[email protected]] > On Behalf Of Raymond Danner > Sent: Monday, September 28, 2009 11:03 AM > To: [email protected] > Subject: [R] Remove single entries > > Dear Community, > > I have a data set with two columns, bird number and mass. Individual > birds > were captured 1-13 times and weighed each time. I would like to remove > those individuals that were captured only once, so that I can assess mass > variability per bird. I¹ve tried many approaches with no success. Can > anyone recommend a way to remove individuals that were captured only once? >
We need a reproducible example. My guess is that you might use some combination of indexing and the table function, but if you can give us code that shows us a basic example of your setup, that would be great. ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

