Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | "Jesper Lindhardsen" <JESLIN01@geh.regionh.dk> |
To | <statalist@hsphsun2.harvard.edu> |
Subject | st: RE: Fwd: foreach loop for generating missing variables |
Date | Fri, 23 Sep 2011 09:00:03 +0200 |
Hi Andreas This should work, although a crude method: forvalues val=100/894{ capture gen x`val'=. } I must admit that I think your reason(s) for doing this should be re-evaluated ;-) HTH, Jesper -----Original Message----- From: owner-statalist@hsphsun2.harvard.edu [mailto:owner-statalist@hsphsun2.harvard.edu] On Behalf Of andreas chai Sent: 23 September 2011 03:16 To: statalist Subject: st: Fwd: foreach loop for generating missing variables Dear Stata experts : PLease help! I have a series of variables "x100 ... x894" in which many of these variables are missing. e.g. x240 does not exist I would like to create these missing variables which contain zero for all observations. how do i create these missing variables ? i have tried writing a loop !foreach x of newlist x100- x894{ !gen `x=92 =3D0 !} but keep getting an error as some these variables already exist. thank you in advance, Andreas * * 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/ * * 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/