Hi all,
I have some douts about time lagging for my independent variables in multi-way FE panel data (reghddfe). I have this panel model with a health outcome (ho) as my dependent variable and socioeconomic and health services system indicators (hi, hi_1, hi_2 and hi_3) as independent variables. As one of my IV's is the unemployment rate (ur), and presumably with lagged effect over my DP, I also suppose that the present unemployment rate also affect the health outcome, in a cummulative or interactive way?!?
Let's say that my model is :
reghdfe ho ur gdp gini hi hi_1 hi_2 hi_3, absorb(state) vce(cluster state#year),
Suppose that I have ur (actual unemployment rate) and ur_1, ur_2 and ur_3 as unemployment rates lagged in 1, 2 and 3 years in my data set, and I want to observe te effect of three consecutive years of unemployment (or occupation rate) over health outcome (ho my DP).
Would it be correct to model:
reghdfe ho gdp gini hi hi_1 hi_2 hi_3 c.ur#c.ur_1#c.ur_2#c.ur_3, absorb(state) vce(cluster state#year)
, or, instead of using my own lagged data, to use the Stata “L" command for time lagged associated with unempolyment factor variable? So:
reghdfe ho gdp gini hi hi_1 hi_2 hi_3 c.ur#L1.c.ur#L2.c.ur#L3.c.ur, absorb(state) vce(cluster state#year)
Any suggestion for this model.
Thanks in advance.
Alexandre Bugelli
Related Posts with Time lag for Multi_level fixed effect panel data.
Returned listConsider this simple example: Code: . return list scalars: r(changed) = 1 …
Reshape from wide to long with multiple variablesHello everyone, Just trying to puzzle out how to reshape my dataset from wide format to long, but w…
Graph STATA RR 95% CI with different colors and space between barsHello everybody, I am really struggling to create a graph in STATA that looks like the attached one…
Variable transormation and change in coefficientsDear Stata members Let us say that my dependent variable is Net credit, derived as a difference betw…
Difference in Difference Model - Binary outcome variable- Panel dataHi, I am trying to do a diff in diff model for the panel dataset. My outcome variable (y) is binary…
Subscribe to:
Post Comments (Atom)
0 Response to Time lag for Multi_level fixed effect panel data.
Post a Comment