Java Mailing List Archive

http://www.r-help.com/

Home » Home (12/2007) » R Help for Statistical Computing »

[R] Another simple q - removing negative values

Michael Hopkins

2005-07-15

Replies:


Sorry folks but again I have failed in my understanding of how to do a very
simple thing. I've read the various texts and searched the help archives
but no positive result so far.

I want to remove all the rows in a data frame where one of the variables has
negative values. In approx Stata pseudocode:

 drop _all, if( x < 0 )

Please either point me to relevant sections of the docs or supply me with
solution - I'm sure it's very simple.

Michael

______________________________________________
R-help@(protected)
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
©2008 r-help.com - Jax Systems, LLC, U.S.A.