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]
[no subject]
Braces must be specified with foreach, and
1. the open brace must appear on the same line as the foreach;
2. nothing may follow the open brace except, of course, comments;
the first command to be executed must appear on a new line;
3. the close brace must appear on a line by itself.
JB
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Achmed Aldai
Sent: 7. juni 2011 10:26
To: [email protected]
Subject: Re: st: Scaling of variables
Hi
I tried it but get the following error:
foreach v of var earnings lt dltt {gen 'v'_at = 'v'/at}
program error: code follows on the same line as open brace
r(198);
earnings, lt, dltt are some of the variables.
Thanks again
-------- Original-Nachricht --------
> Datum: Tue, 7 Jun 2011 09:15:13 +0100
> Von: Nick Cox <[email protected]>
> An: [email protected]
> Betreff: Re: st: Scaling of variables
> foreach v of var <put your varlist here> {
> gen `v'_at = `v' / at
> }
>
> A varlist is always a list of variable names, but possibly including
> wildcards such as foo? or bar*.
>
> Nick
>
> On Tue, Jun 7, 2011 at 9:05 AM, Achmed Aldai <[email protected]> wrote:
> > Hi Maarten
> >
> > sorry I have to ask again about the loops:
> > What would be my lname and do I use in or of list? I have like 30
> variables that have to be scaled by at.
> > If I use of what would be the name of my varlist or can I just set a
> random name for that?
> >
> > Concerning the macros, I would do it with ds [varlist], I guess the name
> from above and then say var/at?
> >
> > Thanks a lot for your help
> >
> > -------- Original-Nachricht --------
> >> Datum: Tue, 7 Jun 2011 09:21:34,
> > Â +0200
> >> Von: Maarten Buis <[email protected]>
> >> An: [email protected]
> >> Betreff: Re: st: Scaling of variables
> >
> >> --- On Tue, Jun 7, 2011 at 9:10 AM, Achmed Aldai wrote:
> >> > I have to do an analysis with balance sheet data of several firms
> >> (gvkey) and want to scale some of the variables by total assets(at).
> E.g. total
> >> liablities, earnings, and so on. Is there a way that I can do this with
> one
> >> command and not do it for each variable since I have around 40 and that
> >> would take a lot of time. Still I dont have to scale all of them by
> total
> >> assets. The company (gvkey) and industry specifications for example
> should stay
> >> unchanged.
> >>
> >> You can loop over variables, see -help foreach-. The trick is than is
> >> to create a macro containing the appropriate variables, and feed that
> >> macro to -foreach-. For the creation of that macro I often use -ds-.
> >>
>
> *
> * 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/
--
NEU: FreePhone - kostenlos mobil telefonieren!
Jetzt informieren: http://www.gmx.net/de/go/freephone
*
* 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/