hi, sorry for the vauge title.
My data set looks essentially like this:
ID X 18 1 18 1 18 2 18 1 18 2 369 2 369 3 369 3 361 1
what I want is to find the max value of x for each ID. In this dataset, that would be 2 for ID=18 and 3 for ID=361.
Any feedback would be greatly appreciated. thanks