Hi everyone,
I want to run a multilevel Regression (individual and Country Level) using melogit estimating the effect of Immigration on labour market Outcomes in 28 EU countries
This is one of my baseline Equation.
Is that correct or am I making a mistake.
Thank you for any support!
Best Jay
I want to run a multilevel Regression (individual and Country Level) using melogit estimating the effect of Immigration on labour market Outcomes in 28 EU countries
Code:
melogit depvar income age gender ethnic_back skill /// || isocntry: immigration GDP_pc
depvar income age gender ethnic_back skill are all individual characteristics, while immigration GDP_pc are Country Level characteristics.
Basically my Question if I have introduced the Country characteristics at the Right spot in the Formular.
Further If I want to allow for random slopes/coefficients I would Change the model in the following way
Basically my Question if I have introduced the Country characteristics at the Right spot in the Formular.
Further If I want to allow for random slopes/coefficients I would Change the model in the following way
Code:
melogit depvar income age gender ethnic_back skill ///|| isocntry: immigration GDP_pc income age gender ethnic_back skill
Thank you for any support!
Best Jay
Comment