From | "Michael Blasnik" <[email protected]> |
To | <[email protected]> |
Subject | Re: st: Inequality constraints in single and multi-equation models |
Date | Sat, 24 Dec 2005 09:15:14 -0500 |
Michael.
In general, Stata does not accept the form "0 < lnpl < 1" I believe you are getting the error message "0 not found" because Stata does not expect a numeric value in that position. Instead you probably want something of the form:
define constraint 7 lnpl < 0 & lnpl < 1
or
define constraint 7 lnpl < 0
define constraint 8 lnpl < 1
HTH,
Rose
* * 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 |