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.
Is this data analysis sound? - Help a self-taught beginnerI am a young and new Stata user trying to learn how to draw conclusions from datasets. I have a smal…
metaprop excluding studiesHello all, I ran Code: metaprop OutcomeAa, TotalAa, random by(Study) in Stata 17. It is showing th…
Cramer V, more than 2 variables, tableWe can calculate the Cramer's for each single variable combination by "tabulate v1 v2, V". But is it…
log of negative valueHello, I am looking at the impact of deficit on an outcome variable (Spending). All variables are p…
Perform weak instrument test for two endogenous regressorsHi all, From my understanding weakivtest only works when we have one endogenous variable. Is there a…
Subscribe to:
Post Comments (Atom)
0 Response to Time lag for Multi_level fixed effect panel data.
Post a Comment