Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: RE: generate many variables at once


From   Mauro Mastrogiacomo <[email protected]>
To   "'[email protected]'" <[email protected]>
Subject   st: RE: generate many variables at once
Date   Fri, 16 Sep 2011 23:06:31 +0200

You must use a foreach loop, have a look at the manual. Say that `varlist' is a local macro containing all macro's you want to differentiate, then you should do something like:
foreach i in `varlist' {
	gen d_`i'=D.`i'
}
mauro

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of donsaane dontsi
Sent: vrijdag 16 september 2011 22:34
To: [email protected]
Subject: st: generate many variables at once

Hi , 

I want to difference all my variables in my dataset. Is there any command to generate many variables at once? instead of doing them one by one

thanks
 
dsd

*
*   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/

--
================================================================================
Dit bericht kan informatie bevatten die niet voor u is bestemd. Indien u niet
de geadresseerde bent of dit bericht abusievelijk aan u is toegezonden, wordt
u verzocht dat aan de afzender te melden en het bericht te verwijderen.
De Staat aanvaardt geen aansprakelijkheid voor schade, van welke aard ook, die
verband houdt met risico's verbonden aan het elektronisch verzenden van
berichten.

This message may contain information that is not intended for you. If you are
not the addressee or if this message was sent to you by mistake, you are
requested to inform the sender and delete the message. The State accepts no
liability for damage of any kind resulting from the risks inherent in the
electronic transmission of messages.
================================================================================

*
*   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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index