I am completing a longitudinal analysis of parental unemployment shocks on children's weight across 3 waves.
Weight and unemployment are binary variables ==1 if true. Thus, I make use of the fixed effects conditional logit estimator to control for time-invariant unobserved heterogeneity.
I also use the period of a recession to provides more exogenous assignment mechanism than traditional employment change.
However, although I adjust for observed covariates in my analysis, it is possible that unobservable are not balanced, i.e. that transitions from employment to unemployment may be related to other unobserved shocks that are correlated with both the probability of job loss and the probability of excess weight in children.
What can I do about this? Is there a simple test in Stata of whether the treatment XT is correlated with another unknown time-invariant variable XU, which also has a causal impact on y, but is unobserved?
If not, is there a simple way to alleviate potential reviewer concern that an unobserved time-varying effect is biasing the results of an analysis of the impact of XT on y away from it's true effect?
Is this just a problem people live with?
Please help!
John
Code:
clogit kidsweight i.parentsunemployed i.urban_or_rural i.year i.parents_age_y i.Parents_Educa i.Parents_Marital cluster (id) group(id) nolog margins, dydx(parentsunemployed) post
I also use the period of a recession to provides more exogenous assignment mechanism than traditional employment change.
However, although I adjust for observed covariates in my analysis, it is possible that unobservable are not balanced, i.e. that transitions from employment to unemployment may be related to other unobserved shocks that are correlated with both the probability of job loss and the probability of excess weight in children.
What can I do about this? Is there a simple test in Stata of whether the treatment XT is correlated with another unknown time-invariant variable XU, which also has a causal impact on y, but is unobserved?
If not, is there a simple way to alleviate potential reviewer concern that an unobserved time-varying effect is biasing the results of an analysis of the impact of XT on y away from it's true effect?
Is this just a problem people live with?
Please help!
John
Comment