Happy Sunday to all,
someone could help me with a table interpretation:
in need to interpret the coefficient of lwage .
where lhours is the log of the hours worked by individual i, lwage is the log annual wage of individual i... I know that is an elasticity but what the difference between cross section and panel data interpretation?
eg: if the regression had been cross-section I would have interpreted it as an increase in hours worked of 1 percent causes wages to increase by 0,20 percent. isn't it?
But here with a panel how I should interpret it?
Many thanks you all for you time
someone could help me with a table interpretation:
in need to interpret the coefficient of lwage .
where lhours is the log of the hours worked by individual i, lwage is the log annual wage of individual i... I know that is an elasticity but what the difference between cross section and panel data interpretation?
eg: if the regression had been cross-section I would have interpreted it as an increase in hours worked of 1 percent causes wages to increase by 0,20 percent. isn't it?
But here with a panel how I should interpret it?
Code:
xtreg lhours lwage age wealth Random-effects GLS regression Number of obs = 14,252 Group variable: id Number of groups = 10,593 R-squared: Obs per group: Within = 0.0268 min = 1 Between = 0.1213 avg = 1.3 Overall = 0.1069 max = 3 Wald chi2(3) = 1461.90 corr(u_i, X) = 0 (assumed) Prob > chi2 = 0.0000 ------------------------------------------------------------------------------ lhours | Coefficient Std. err. z P>|z| [95% conf. interval] -------------+---------------------------------------------------------------- lwage | .2047036 .0056303 36.36 0.000 .1936685 .2157387 age | -.0031516 .0002673 -11.79 0.000 -.0036756 -.0026277 wealth | -.0003943 .0000233 -16.92 0.000 -.00044 -.0003487 _cons | 5.675673 .0544222 104.29 0.000 5.569007 5.782338 -------------+---------------------------------------------------------------- sigma_u | .19164361 sigma_e | .14282326 rho | .64291967 (fraction of variance due to u_i)
Comment