I am trying to identify the factors that most affects 'Access to electricity' using 24 countries over a two year span. Even though this is a short panel data set the article I am replicating used a similar approach.
My results are;
My question is not only the variables are insignificant the expected coefficients are signs are generating. Foe example GDP per capita (gdp in model) must be positively correlated with the dependent variable. However it is not true with my case.
Can someone please suggest me any solution?
data goes like this,
My results are;
Code:
xtreg accesstoelectricityofpopulatione loans renew gdp rents edu var24, re Random-effects GLS regression Number of obs = 48 Group variable: country Number of groups = 24 R-sq: within = 0.7520 Obs per group: min = 2 between = 0.0001 avg = 2.0 overall = 0.0011 max = 2 Wald chi2(6) = 58.62 corr(u_i, X) = 0 (assumed) Prob > chi2 = 0.0000 ------------------------------------------------------------------------------ accesstoel~e | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loans | .0287223 .0651532 0.44 0.659 -.0989756 .1564202 renew | -.0032136 .1823182 -0.02 0.986 -.3605507 .3541234 gdp | -.0009196 .0005703 -1.61 0.107 -.0020374 .0001982 rents | -.0590546 .0385032 -1.53 0.125 -.1345195 .0164103 edu | -.0051925 .0076635 -0.68 0.498 -.0202127 .0098277 var24 | 2.309331 .3686467 6.26 0.000 1.586796 3.031865 _cons | 72.37429 5.85379 12.36 0.000 60.90107 83.8475 -------------+---------------------------------------------------------------- sigma_u | 28.521862 sigma_e | 1.1818464 rho | .99828596 (fraction of variance due to u_i) ------------------------------------------------------------------------------
Can someone please suggest me any solution?
data goes like this,
time | country | access | loans | renew | gdp | rents | edu |
1 | 1 | 41 | 3.9 | 0 | 1629 | 2.37 | 45 |
2 | 1 | 43 | 4.3 | 0 | 1933 | 1.75 | 48 |
1 | 2 | 52.2 | 66 | 0 | 2401 | 4.5 | 53 |
2 | 2 | 59.6 | 85 | 0 | 2763 | 3.8 | 60 |