Hi all,
I am trying to solve the following equation system. The data is panel and I will include fixed effects (id, time)
depvarA = z x1 x2 i.id i.time (eq.1)
depvarB = depvarA x1 x2 i.id i.time (eq.2)
depvarC = depvarB x3 i.id i.time (eq.3)
If there are only first two equations, I would try the following
xi:xtivreg depvarB x1 x2 i.time (depvarA = z), fe cluster(id)
However, I have no idea when it comes to solving three equations with panel data.
The only thing I know is reg3, which does not allow robust standard errors.
One thing I can think of is combining eq1 and eq2 like
depvarB = z x1 x2 i.id i.time
However, I do want to see how variable z impacts depvarA, which again impacts depvarB, which impacts depvarC.
Related Posts with panel data with three equations
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…
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…
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)…
Subscribe to:
Post Comments (Atom)
0 Response to panel data with three equations
Post a Comment