[R] finding index of maximum value in vector

2012-12-02 Thread rahul143
I found: 
  max.col(matrix(c(1,3,2),nrow=1)) 
Is there a more concise/elegant way? 
Thanks, 




-
   TO GET MORE DETAILS CLICK HERE  





--
View this message in context: 
http://r.789695.n4.nabble.com/finding-index-of-maximum-value-in-vector-tp4651663.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org 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.


Re: [R] finding index of maximum value in vector

2012-12-02 Thread Jorge I Velez
?which.max



On Mon, Dec 3, 2012 at 3:44 AM, rahul143 rk204...@gmail.com wrote:

 I found:
   max.col(matrix(c(1,3,2),nrow=1))
 Is there a more concise/elegant way?
 Thanks,




 -
TO GET MORE DETAILS CLICK HERE





 --
 View this message in context:
 http://r.789695.n4.nabble.com/finding-index-of-maximum-value-in-vector-tp4651663.html
 Sent from the R help mailing list archive at Nabble.com.

 __
 R-help@r-project.org 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.


[[alternative HTML version deleted]]

__
R-help@r-project.org 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.


Re: [R] finding index of maximum value in vector

2012-12-02 Thread R. Michael Weylandt
?which.max

MW

On Sun, Dec 2, 2012 at 4:44 PM, rahul143 rk204...@gmail.com wrote:
 I found:
   max.col(matrix(c(1,3,2),nrow=1))
 Is there a more concise/elegant way?
 Thanks,




 -
TO GET MORE DETAILS CLICK HERE





 --
 View this message in context: 
 http://r.789695.n4.nabble.com/finding-index-of-maximum-value-in-vector-tp4651663.html
 Sent from the R help mailing list archive at Nabble.com.

 __
 R-help@r-project.org 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.

__
R-help@r-project.org 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.