Hi there
I'm wondering if there's an easy way to determine a variable's number within a dataset.
For example, if "gear_ratio" is the 11th variable in my dataset, is there a way to find that out easily?
I'm wondering if there's an easy way to determine a variable's number within a dataset.
For example, if "gear_ratio" is the 11th variable in my dataset, is there a way to find that out easily?
Code:
sysuse auto, clear
Comment