I've been teaching myself STATA code for my research paper.
I've copied the code and the output of it. I am trying to determine the impact of international tourism receipts
on economic growth. These are the results.

xtreg logRGDP logHEX logEFI logFDI logITR logTOT logGFC logSSE, fe

all I ask is for your interpretation on the model with regards to logEFI and logHEX, and the model's overall explanatory powers.

Fixed-effects (within) regression Number of obs = 59
Group variable: country1 Number of groups = 5

R-sq: Obs per group:
within = 0.8873 min = 8
between = 0.1898 avg = 11.8
overall = 0.0616 max = 15

F(7,47) = 52.87
corr(u_i, Xb) = -0.4745 Prob > F = 0.0000

------------------------------------------------------------------------------
logRGDP | Coef. Std. Err. t P>|t| [95% Conf. Interval]
-------------+----------------------------------------------------------------
logHEX | .1963005 .0648447 3.03 0.004 .0658499 .3267511
logEFI | .4264748 .2278597 1.87 0.067 -.0319198 .8848693
logFDI | -.0063768 .0096017 -0.66 0.510 -.025693 .0129394
logITR | .0487573 .0797226 0.61 0.544 -.1116239 .2091385
logTOT | .5705303 .0839943 6.79 0.000 .4015555 .7395052
logGFC | .0064086 .0601755 0.11 0.916 -.1146488 .127466
logSSE | .467424 .1074243 4.35 0.000 .2513142 .6835339
_cons | -.8900144 .6539754 -1.36 0.180 -2.205643 .4256144
-------------+----------------------------------------------------------------
sigma_u | .3697412
sigma_e | .02192702
rho | .9964954 (fraction of variance due to u_i)
------------------------------------------------------------------------------
F test that all u_i=0: F(4, 47) = 113.27 Prob > F = 0.0000

. . xtreg logRGDP logHEX logEFI logFDI logITR logTOT logGFC logSSE, fe robust

Fixed-effects (within) regression Number of obs = 59
Group variable: country1 Number of groups = 5

R-sq: Obs per group:
within = 0.8873 min = 8
between = 0.1898 avg = 11.8
overall = 0.0616 max = 15

F(4,4) = .
corr(u_i, Xb) = -0.4745 Prob > F = .

(Std. Err. adjusted for 5 clusters in country1)
------------------------------------------------------------------------------
| Robust
logRGDP | Coef. Std. Err. t P>|t| [95% Conf. Interval]
-------------+----------------------------------------------------------------
logHEX | .1963005 .0797979 2.46 0.070 -.0252539 .4178549
logEFI | .4264748 .2400364 1.78 0.150 -.2399733 1.092923
logFDI | -.0063768 .0103506 -0.62 0.571 -.0351147 .0223612
logITR | .0487573 .1150103 0.42 0.693 -.2705624 .368077
logTOT | .5705303 .0717878 7.95 0.001 .3712154 .7698453
logGFC | .0064086 .03539 0.18 0.865 -.0918497 .1046669
logSSE | .467424 .1060196 4.41 0.012 .1730663 .7617817
_cons | -.8900144 .7271928 -1.22 0.288 -2.909025 1.128996
-------------+----------------------------------------------------------------
sigma_u | .3697412
sigma_e | .02192702
rho | .9964954 (fraction of variance due to u_i)
------------------------------------------------------------------------------