Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Inequality constraints (interval restrictions) with clogit

    Hello,

    I am trying to estimate a conditional logit model using clogit.

    I have to impose different restriction, for example:

    utility function: U(ik) = b1 x1(ik) + b2 x2(ik) + b3 x3(ik) + e(ik)

    constraints:
    • b1 = 0
    • b2 < 0
    • or b1 < 0 < b2 < 1
    It seems that the second or the third inequality restrictions are not directly built-in STATA. So, how can I implement inequality restrictions for this analysis?

    Thanks a lot!

  • #2
    No you cant
    I think you will have to implement your own version of clogit (write it from scratch) so you can impose any restrictions you want on the coefficients.
    HTH

    Comment

    Working...
    X