x <- c(1,4,15,6,7) which(x==max(x)) > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: Wednesday, April 04, 2007 11:14 AM > To: [email protected] > Subject: [R] argmax > > Hello, > > Is there any function that returns the argmax of a vector ? > > For example I have the vector x=(1,4,15,6,7) > > max(x)=15 > > I want a function f such that f(x)=3 because this is where max(x) is. > > Thank your very much. > > P.S. : I know it is a basic question but I have not figured > it out by myself. > _________________________________________________________________ > > ues clics pour retrouver tout ce qui vous intéresse au même endroit. > > [[alternative HTML version deleted]] > >
______________________________________________ [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.
