Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: Problems with program


From   "Andrea Molinari" <[email protected]>
To   <[email protected]>
Subject   Re: st: Problems with program
Date   Sat, 20 Aug 2005 13:03:05 +0100

That did the trick!
Many, many thanks to all of you for your help!
Andrea

----- Original Message ----- 
From: "Richard Williams" <[email protected]>
To: <[email protected]>
Sent: Friday, August 19, 2005 4:24 PM
Subject: Re: st: Problems with program


> At 09:47 AM 8/19/2005 +0100, Andrea Molinari wrote:
> >Many thanks for all your replies!
> >Nick, you're totally right. The main problem is that I can't put the
program
> >inside the loop because the word -end- stops the loop.
> >I'm sorry for my ignorance, but can I please ask what did you mean by
"pass
> >`var' to -regse- in an option"? I thought this meant to define the local
in
> >the program, but that didn't work either.
> >Many thanks again and again!
> >Andrea
>
> Andrea, you are already passing options to your program.  Here are the
> first few lines:
>
> capture program drop regse
> program regse
> local dep `1'
> local xvar "`2'"
> local cons `3'
>
> Now add this line:
>
> local var `4'
>
>
> Later on, when you call regse, you have this line:
>
> regse uset`var'PRE "$xvarsetPRE" conssePRE
>
>
> Change that to
>
> regse uset`var'PRE "$xvarsetPRE" conssePRE `var'
>
> I haven't actually tried it, but I think this, or something like this,
will
> work.
>
> -------------------------------------------
> Richard Williams, Notre Dame Dept of Sociology
> OFFICE: (574)631-6668, (574)631-6463
> FAX:    (574)288-4373
> HOME:   (574)289-5227
> EMAIL:  [email protected]
> WWW (personal):    http://www.nd.edu/~rwilliam
> WWW (department):    http://www.nd.edu/~soc
>
> *
> *   For searches and help try:
> *   http://www.stata.com/support/faqs/res/findit.html
> *   http://www.stata.com/support/statalist/faq
> *   http://www.ats.ucla.edu/stat/stata/
>

*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index