[R] Locate first index

Giovanni Petris GPetris at uark.edu
Fri Sep 19 20:36:20 CEST 2003


((1:length(corretor))[corretor==27])[1]

should also work, and avoids computing table. 

Giovanni Petris

> Date: Fri, 19 Sep 2003 15:15:50 -0300 (BRT)
> From: Cezar Augusto de Freitas Anselmo <cafa at ime.unicamp.br>
> Sender: r-help-bounces at stat.math.ethz.ch
> Precedence: list
> 
> Hi, all. I'd like to know if exists a manner to get the first index where
> a condition is attained in a vector. For example,
> 
> There is a better solution than 
> 
> first.index <- table(subject[corretor==27])[1]
> 
> (give me the subject for the first time that corretor is 27)?
> 
> Thanks,
> 
> ========================================
> Cezar Freitas (ICQ 109128967)
> IMECC - UNICAMP
> Campinas, SP - Brasil
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
> 
>




More information about the R-help mailing list