Hello,
Using groups, order and select, can we show another variable to see its corresponding values without the need to group it with the first variable. for example:
I could not find the syntax in help page!
Thanks
Using groups, order and select, can we show another variable to see its corresponding values without the need to group it with the first variable. for example:
Code:
groups newvar , order(h) select(5) list var2
Thanks
Comment