Dear all,
It’s my first time to use GEE model. I used it for my model, which has a binary outcome. Here is the equation to estimate :
Pr(Ethnic Inclusionit) = β0 + β1 OilRentsit + β2 CoalRentsit + β3 ForestRentsit+ β4NatgasRentsit + β5 GDPPERit + β6 oilRents2it + β7 URBPOPit + β8 MineralRentsit + ɛit
I performed GEE estimation using this code
xtgee y x , i( IDforethnicgroup ) link( probit ) family( binomial ) corr( exchangeable ) robust
I attached the estimation results in a word file.GEE (linkprobit).docx
1-Could anyone help me with the interpretation of any variable ? for example the oil rents.
2-Is there any code that I should apply after this estimation to be able to interpret ?
I'm sorry for the basicness of the question and I'm grateful to anyone who can help me as I couldn't arrive to a clear answer while reading.
It’s my first time to use GEE model. I used it for my model, which has a binary outcome. Here is the equation to estimate :
Pr(Ethnic Inclusionit) = β0 + β1 OilRentsit + β2 CoalRentsit + β3 ForestRentsit+ β4NatgasRentsit + β5 GDPPERit + β6 oilRents2it + β7 URBPOPit + β8 MineralRentsit + ɛit
I performed GEE estimation using this code
xtgee y x , i( IDforethnicgroup ) link( probit ) family( binomial ) corr( exchangeable ) robust
I attached the estimation results in a word file.GEE (linkprobit).docx
1-Could anyone help me with the interpretation of any variable ? for example the oil rents.
2-Is there any code that I should apply after this estimation to be able to interpret ?
I'm sorry for the basicness of the question and I'm grateful to anyone who can help me as I couldn't arrive to a clear answer while reading.
Comment