[R] Finding indices with a certain property

Thomas Lumley thomas at biostat.washington.edu
Tue Dec 7 17:31:43 CET 1999


On Tue, 7 Dec 1999, [ISO-8859-1] Göran Broström wrote:

> 
> I want the indices  i  for which  x[i] < 0 (say):
> 
> > x <- c(1, -1, 3, 3, -2)
> > where.negative(x)
> [1] 2 5
> 
> Surely  where.negative  is something simple, but how?


which(x<0)


	-thomas

Thomas Lumley
Asssistant Professor, Biostatistics
University of Washington, Seattle

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list