Dear Stata users,
I have the following issue: I have to estimate a system of simultaneous equations with non-linear constraints of form 0 < a < 1 using OLS.
Example 2 in https://www.stata.com/support/faqs/s...nstraints/#ex2 shows how to impose non-linear constraints of the form 0 < a < 1 using nl command that makes use of the inverse logit function.
In my case, I have to run a pair of regressions simultaneously with a non-linear constraint of the form 0 < [eqn1]beta + [eqn2]beta < 1.
Originally, I used reg3 and imposed a linear constraint of the form [eqn1]beta + [eqn2]beta = 1 but sometimes I got negative coefficients because I could not also impose the positiveness of the estimated coefficients.
So, I would like to know if there is a trick or a way you can suggest to run simultaneous regression equations with non-linear equations of form 0 < a < 1 without using any reparameterization of the coefficients as nl does?
Thank you,
Anna
Related Posts with Systems of simultaneous equations with non-linear constraints
regression on continuous outcome variable paired match case control studyHi all, I am having a matched pair dataset with seropositive as cases and seronegative as controls. …
Predict using multilevel versus logitHello! I'd like to know why when I use multilevel models the estimates in of sample are differents …
Multiple Response and Chi-SquaresHello, I am following up on my previous post on multiple response variables (available here: ) with…
teffects and covariates for matching.Hi. I am trying to use the teffects to implement matching using Nearest Neighbor Matching. The stata…
Suppress part of legend when generating multiple twoway graphsHi all, I'm a long-time reader, first-time poster. Thanks in advance for advice! I would like to s…
Subscribe to:
Post Comments (Atom)
0 Response to Systems of simultaneous equations with non-linear constraints
Post a Comment