Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | Maarten buis <maartenbuis@yahoo.co.uk> |
To | statalist@hsphsun2.harvard.edu |
Subject | Re: st: -univar-, condition on a string variable and Stata 11 |
Date | Tue, 16 Mar 2010 06:35:49 -0700 (PDT) |
--- On Tue, 16/3/10, Herve STOLOWY wrote: > I run the following command and get an error message > > univar time_lag if decision_editoriale!="Reject" > Reject not found > r(111); It is pretty old (going back to Stata 5) and uses a syntax parsing command that is no longer in use (-parse-). However if you change line 25: parse "`*'" to: parse `"`0'"' It seems to work again. Hope this helps, Maarten -------------------------- Maarten L. Buis Institut fuer Soziologie Universitaet Tuebingen Wilhelmstrasse 36 72074 Tuebingen Germany http://www.maartenbuis.nl -------------------------- * * For searches and help try: * http://www.stata.com/help.cgi?search * http://www.stata.com/support/statalist/faq * http://www.ats.ucla.edu/stat/stata/