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]

RE: st: passing an equation list?


From   Sun Yutao <[email protected]>
To   <[email protected]>
Subject   RE: st: passing an equation list?
Date   Sun, 14 Oct 2012 13:08:37 +0200

Thanks Maarten,

I finally went into this string solution. Because I do not yet know how many equations there will be and I want to keep the program flexible.

Thank you!



Best regards,
Sun Yutao




-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Maarten Buis
Sent: Saturday, October 13, 2012 10:20 PM
To: [email protected]
Subject: Re: st: passing an equation list?

On Sat, Oct 13, 2012 at 9:31 PM, Sun Yutao <[email protected]> wrote:
> Does anyone know how to pass an equation list : (fist: y=x) (second: x=z) .... into a stata "program"?

That depends on the program, the exact form of the functions, how general you want it to be, etc. etc. One possibility is to have it all in one string and start parsing on the brackets, you would need a way of distinguishing between brackets that are part of the equation and brackets that are deliminating different equations, but with some careful thought that can be done. Alternatively you can let each equation be an option. This can be especially attractive if there is a known (maximum) number of equations.

You can always take a look inside other programs that allow multiple equations, and see how they handle those: e.g. -heckman- could be an example where the different equations are handled through an option and a regular varlist or -sureg- is an example where the equations are deliminated with brackets. To look inside programs you can use -viewsource-.

Hope this helps,
Maarten

---------------------------------
Maarten L. Buis
WZB
Reichpietschufer 50
10785 Berlin
Germany

http://www.maartenbuis.nl
---------------------------------
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/faqs/resources/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/faqs/resources/statalist-faq/
*   http://www.ats.ucla.edu/stat/stata/


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