Hello Statalisters,
I am puzzled with the use of multi-level command melogit in particular when the regression may have endogenous regressors, with the endogeneity caused by reverse causality, self-selection or scale reference biases caused by survey data (and self-assessed measures).
By using Stata 13.0, I am analyzing the following survey https://dbk.gesis.org/DBKsearch/SDES...770&tab=3&db=E. Where there are individuals nested into countries (I am analyzing 32 countries) and a series of regressors based on employment and demographic characteristics, together with job demands and work-life balance factors. The research question is to estimate the effect of perceived security on the probability of reporting high stress.
I am estimating the following random intercept logit model for job related stress (self-assessed):
random intercept model:
The model converges and the random intercept is significant also LR-test suggests to use a multilevel approach.
However, the variable security that is defined as the perceived security of the worker may be endogenous given that individuals with lower mental health may self-select into less secure jobs (as explained in https://doi.org/10.1002/hec.3122) most of the literature use a single level model and an IV approach to proxy the variable. My dataset is particularly rich in variables that describe employability of the workers that once are integrated with the EPL*dismissal rate (risk of dismissal) may represent a good structural equation to break the loop of reverse causality.
NB: EPL is the acronym of Employment Protection Legislation
I am puzzled with the use of multi-level command melogit in particular when the regression may have endogenous regressors, with the endogeneity caused by reverse causality, self-selection or scale reference biases caused by survey data (and self-assessed measures).
By using Stata 13.0, I am analyzing the following survey https://dbk.gesis.org/DBKsearch/SDES...770&tab=3&db=E. Where there are individuals nested into countries (I am analyzing 32 countries) and a series of regressors based on employment and demographic characteristics, together with job demands and work-life balance factors. The research question is to estimate the effect of perceived security on the probability of reporting high stress.
I am estimating the following random intercept logit model for job related stress (self-assessed):
random intercept model:
Code:
melogit HighStress $demo $employmentcharacteristics $workdemandfactors $worklifefactors security || country: ,or
However, the variable security that is defined as the perceived security of the worker may be endogenous given that individuals with lower mental health may self-select into less secure jobs (as explained in https://doi.org/10.1002/hec.3122) most of the literature use a single level model and an IV approach to proxy the variable. My dataset is particularly rich in variables that describe employability of the workers that once are integrated with the EPL*dismissal rate (risk of dismissal) may represent a good structural equation to break the loop of reverse causality.
- However, since the variability between countries is quite high for the model of security I should probably take it into account by considering a second level with random coefficient (given by either EPL*dismissal rate of industry or just EPL). On the webI could not find any strategy to do it; any ideas or sources that could help me?
NB: EPL is the acronym of Employment Protection Legislation
Comment