Dear all,
As my dissertation is coming closer, here I am asking for your generous advice to go through this with STATA from this community.
I have two data sets, same data in different formats, from year 2000-2020 with 20+ donors and 100+ recipients.
1. Panel data (Donor - Recipient - Year - Amount that recipient A received from specific donor A, B, C...)
STATA code I used: mixed ODAamount [independent variables] [control variables] i.year i.donor || recipient:, mle
2. Panel data (Recipient - Year - Total amount that recipient A received from all donors)
STATA code I used: mixed ODAamount [independent variables] [control variables] i.year || recipient1:, mle
So here's the real question.
What I am trying to anlayse in my paper is what recipients' characteristics affect the most on ODA allocation.
As I assume that there will be unobserved heterogeneity among recipients, so I put random effect for recipients and added year fixed effect.
But I am not sure if I should be adding fixed effect on donor (time invariant) or not when analysing explanatory variables regarding recipients' characteristics.
I would also like to ask if I can put 2 fixed effects (i.year and i.donor) with random effect as my code in 1.
I would really appreciate your comments on this.
Thank you.
As my dissertation is coming closer, here I am asking for your generous advice to go through this with STATA from this community.
I have two data sets, same data in different formats, from year 2000-2020 with 20+ donors and 100+ recipients.
1. Panel data (Donor - Recipient - Year - Amount that recipient A received from specific donor A, B, C...)
DonorA | Recipeint A | 2000 | USD 100M |
DonorA | Recipient B | 2000 | USD 111M |
DonorB | Recipient A | 2000 | USD 50M |
DonorB | Recipient B | 2000 | USD 55M |
2. Panel data (Recipient - Year - Total amount that recipient A received from all donors)
Recipient A | 2000 | USD 1000M |
Recipien A | 2001 | USD 500M |
Recipient B | 2000 | USD 55M |
So here's the real question.
What I am trying to anlayse in my paper is what recipients' characteristics affect the most on ODA allocation.
As I assume that there will be unobserved heterogeneity among recipients, so I put random effect for recipients and added year fixed effect.
But I am not sure if I should be adding fixed effect on donor (time invariant) or not when analysing explanatory variables regarding recipients' characteristics.
I would also like to ask if I can put 2 fixed effects (i.year and i.donor) with random effect as my code in 1.
I would really appreciate your comments on this.
Thank you.
Comment