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

st: command option in ado programming


From   Eddy <[email protected]>
To   [email protected]
Subject   st: command option in ado programming
Date   Mon, 17 Nov 2003 11:24:59 -0800 (PST)

Dear listers,

I want to write an estimation command called "mymodel" for which I
want all of the following syntax permissible:

 (1) mymodel y x1 x2, translog
 (2) mymodel y x1 x2, translog()
 (3) mymodel y x1 x2, translog(homogeneous)

where (1) and (2) estimate the same model, and (3) estimates a
different model.

I know how to make (2) and (3) work:

   syntax varlist [if] [in], TRANSLOG(string)

, but I don't know how to make (1) work side-by-side with (2) and
(3). Any suggestion will be appreciated!

Eddy


__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
*
*   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