Ok, so I know that if you type the following Stata will drop all variables that begin with aaa.
. drop aaa*
But what if I want to drop all the variables that contain "aaa". I don't mind using "keep" either if it makes this easier.
Thanks in advance.
. drop aaa*
But what if I want to drop all the variables that contain "aaa". I don't mind using "keep" either if it makes this easier.
Thanks in advance.
Comment