I have a problem when performing an xtlogit regression (I've gone through a couple of threads on this problem, but none seem to have helped).
I set up my dataset as follows:
Code:
encode Country, gen(country1) xtset country1 year
[CODE]xtlogit dep_variable_VA_15_Constant_Val Ln_GDP_PC Ln_squared_GDP_PC Ln_population Ln_population_Squared, i(country1) pa vce(robust) nolog[CODE]
as does my 2nd regression:
Code:
xtlogit dep_variable_VA_15_Constant_Val Ln_GDP_PC Ln_squared_GDP_PC Ln_population Ln_population_Squared i.decade , i(country1) pa vce(robust) nolog
Code:
xtlogit dep_variable_VA_15_Constant_Val Ln_GDP_PC Ln_squared_GDP_PC Ln_population Ln_population_Squared i.decade i.region , i(country1) pa vce(robust) nolog
Code:
xtlogit dep_variable_VA_15_Constant_Val Ln_GDP_PC Ln_squared_GDP_PC Ln_population Ln_population_Squared i.decade i.region if country1!=9, i(country1) pa vce(robust) nolog
Thanks
0 Response to "Convergence not achieved" - xtlogit
Post a Comment