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
Nested between-subject design (non-binary independent variable) analysis in StataHello everyone, I am new here so feel free to ask if I incorrectly formatted anything! First let m…
Recode variable based on previous valueCiao, Below is sample data. Code: clear input STUDENT GRADELEVEL STATUS WANT 1 10 0 0 1 10 0 0 1 …
how do we merge data setskindly help …
GLM regression skewed dependent variableDear all, I have two dependent variables (one is a percentage of a total and one is measured in cm)…
Recentered influence function, Oaxaca-blinder decomposition and Heckman selection approachDear all, First of all, Happy New Year. I use the Firpo, Fortin and Lemieux methodology for decomp…
Subscribe to:
Post Comments (Atom)
0 Response to Systems of simultaneous equations with non-linear constraints
Post a Comment