Dear all, I have one concern about the command drop or cap drop.
for example:
As price and make are variables contained while abc is not. cap drop faces the similar problem. How could I drop price and make although abc spies in it? One method is using "tokenize" and cap drop variable. I now wonder if there's a more convenient way?
for example:
Code:
sysuse auto,clear drop price make abc
Comment