How to find the name of a variable in a set of data
How do I find the name of the variable that has the maximum value in a set of data. For example, if I have x=3, y=5 and z=2. I want to find the variable name for the maximum value. In this case it would be "y".


