On 4/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello, > > Is there any function "argmax" in R ? > > For example, if I have the vector x=c(1,4,15,7,6), max(x)=15. > But I need a function f such that f(x)=3, 3 being the number where 15 is.
which.max ______________________________________________ [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.
