search for: max_2

Displaying 1 result from an estimated 1 matches for "max_2".

Did you mean: max_e
2009 Sep 03
2
Easy way to get top 2 items from vector
...tion often to find the top value from a matrix or column of a data.frame. Now I'm looking to find the top 2 (or three) values from my data. I know that I could sort the list and then access the first two items, but that seems like the "long way". Is there some way to access "max_2" or similar? Thanks! -- Noah