On Thu, Mar 28, 2013 at 2:56 PM, William Sankey wrote:
> Is there a way to drop variables on the use statement? I am bringing
> in Stata dataset with too many variables (transferred over from SAS
> which is a pain to drop variables because I don't think I can drop
> variables with a *).
There is no need to guess. If you look at the help-file of -drop- it
tells you that it takes a varlist, so you can type something like
-drop D4* D5*-
> Ideally I would like to process use DATASET, drop D4* D5* D6* etc
If you look at the helpfile of -use-, you can see that it is possible
to specify the variables you want to include. You may also want to
look at -help describe-, which you can use to get a list of variable
names without first opening the dataset.
-- Maarten
---------------------------------
Maarten L. Buis
WZB
Reichpietschufer 50
10785 Berlin
Germany
http://www.maartenbuis.nl
---------------------------------
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/