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
Continuous dependent variable, use of regressionI am trying do make some descriptive statistic. In my dataset I have ID, Age, time from start of bei…
expanding single observation into panel data with observations for each year an item existsDear , I want to transform my dataset into panel dataset. Currently my dataset looks like this (fi…
Country specific time trends with first-differenced regressionDear all, I am running a first-differences regression and was wondering if country specific time tr…
Converting monthly data into quarterly for a panel with multiple variablesHi all, I am working with a panel dataset which contains the following variables: wage bin (define…
Readying My Data for Panelwise AnalysisHello Statalist, I have been working on a dataset in Stata for the past month or so, but have recen…
Subscribe to:
Post Comments (Atom)
0 Response to panel data with three equations
Post a Comment