Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | daniel klein <klein.daniel.81@gmail.com> |
To | "statalist@hsphsun2.harvard.edu" <statalist@hsphsun2.harvard.edu> |
Subject | Re: st: how can one quickly remove all variable labels? |
Date | Thu, 12 Sep 2013 09:40:15 +0200 |
The suggested loop (and other stuff) is implemented in -labvars- from -labutil2- package (SSC). labvars ,r However, since László allways seems to be concerned with speed, I am not sure a canned solution is the approach to take here.I would probably code the loop in Mata, compile and run that code. Best Daniel -- Sorry--I misread value labels for variable labels. Would the following work for you? foreach var of varlist _all { label variable `var' "" } * * 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/