|
Dear all,
I want to find the difference between three variables say
A, B and C.
the syntax will be minimum = min(A,B,C)
but i also wants to get the variable name also.
I need a output like
obs A B C Variable
1 45 36 75 B
2 37 54 92 A
and so on.
Anyone please help me
|