Dear Stata users,
I observe many groups of 3 individuals, and I want to estimate an interaction model of the form:
y_1=f_1(x, y-1)+e_1
y_2=f_2(x, y-2)+e_2
y_3=f_3(x, y-3)+e_3
Where x is an exogenous variable and y-i represents the sum of LHS variables of partners, i.e. y-1= (y_2+y_3). Importantly, the functional forms f_1 ... f_3 are non-linear in the parameters. Which is the right Stata/MATA command to estimate the 3 associated parameters (beta_0 for x, beta_1 for y-i, and the variance of the error term)? In my understanding, SEM and NLSUR aren't fit for that,
Many thanks,
M.
Related Posts with Simultaneous interaction model with nonlinear equations
Using coefplotHi, I am using coefplot command to represent my results from different regressions. Code: reg nchi…
A histogram to show posterior distributions after VARDear all I have seen in a few papers in macroeconomics (which is not my field of expertise), histog…
Multiplication using genHello all, I have generated a new variable using gen: gen acmeanweekly = (aud1avfreq_7*aud2avamoun…
grqreg: plot aftyer QR, "xtitle(Quantile) is not a twoway plot type" errorStata users, I'am using the "sqreg" and "grqreg" commands to draw graphs after QR. However, the fol…
Panel ARDL Optimal Lag Selectin Loopforval i=1/24 { qui xtreg y x1 x2 x3 x4 x5 /// l`i'.y l`i'.x1 l`i'.x2 l`i'.x3 l`i'.x4 l`i'.x5, fe qu…
Subscribe to:
Post Comments (Atom)
0 Response to Simultaneous interaction model with nonlinear equations
Post a Comment