Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | Muhammad Anees <anees@aneconomist.com> |
To | statalist@hsphsun2.harvard.edu |
Subject | Re: st: Translating SPSS syntax into STATA |
Date | Fri, 10 Aug 2012 22:54:21 +0500 |
This seems to be computing the square of the difference of log of hourly pay and its lagged value. Hence the following should do the trick, assuming you have hourly pay in log. gen lhe_1=l.lhe gen lhsq2=(lhe-lhe_1)^2 HTH Anees On Fri, Aug 10, 2012 at 5:15 PM, Stephen LeRoux <S.LeRoux@niesr.ac.uk> wrote: > I need some help understanding the following SPSS syntax in order to translate it into STATA syntax. > > I am using STATA 12 > > SPSS syntax: > > COMPUTE lhsq2 = (lhe - lhe_1)**2. > EXECUTE. > > The variable lhe is the log of hourly pay. My data is one quarter of the UK Labour Force Survey. > > I don't know what the lhe_1 means. > > Any help would be much appreciated, > > Thanks > > Stephen le Roux > National Institute of Economic and Social Research > 2 Dean Trench Street, Smith Square, London > SW1P 3HE United Kingdom > Tel no: +44 (0)207 654 1946 > Web: http://www.niesr.ac.uk/staff/staffdetail.php?StaffID=323 > Follow me on Twitter: https://twitter.com/#!/stephleroux > > > > > * > * 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/ -- Best --------------------------- Muhammad Anees Assistant Professor/Programme Coordinator COMSATS Institute of Information Technology Attock 43600, Pakistan http://www.aneconomist.com * * 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/