PRODUCTIVIDAD LABORAL
<b>Integrantes:</b><br> Juan Esteban Ochoa Triana (202341718)<br> Melissa Betancourt España (202415345)<br> Oscar Fabián Bravo Ceron (202517472)<br> Susana Sanchez Gaona (2437978)
<b>Integrantes:</b><br> Juan Esteban Ochoa Triana (202341718)<br> Melissa Betancourt España (202415345)<br> Oscar Fabián Bravo Ceron (202517472)<br> Susana Sanchez Gaona (2437978)
gdp_employed — PIB por persona empleada en USD PPP 2017
\[\hat{Y}_i = \beta_0 + \beta_1\,\text{emp\_services}_i + \beta_2\,\text{emp\_industry}_i + \beta_3\,\text{part\_time}_i + \beta_4\,\text{family\_workers}_i + \beta_5\,\text{emp\_ratio\_total}_i + \varepsilon_i\]
gdp_employed (desv. std = 61% de la media).
family_workers muestra fuerte asimetría positiva (media 3.7% vs. mediana 1.3%).
| n | mean | sd | min | median | max | |
|---|---|---|---|---|---|---|
| gdp_employed | 57 | 71451.23 | 35777.03 | 16168.40 | 68452.30 | 147541.96 |
| emp_services | 57 | 66.37 | 8.78 | 47.22 | 66.02 | 87.69 |
| emp_industry | 57 | 22.53 | 5.28 | 13.70 | 21.89 | 36.21 |
| part_time | 57 | 28.42 | 9.37 | 13.44 | 27.19 | 51.99 |
| family_workers | 57 | 3.85 | 4.32 | 0.03 | 1.93 | 14.74 |
| emp_ratio_total | 57 | 57.45 | 7.67 | 39.69 | 57.26 | 72.26 |
summary(modelo)
## ## Call: ## lm(formula = gdp_employed ~ emp_services + emp_industry + part_time + ## family_workers + emp_ratio_total, data = data_2019) ## ## Residuals: ## Min 1Q Median 3Q Max ## -56068 -19228 251 22851 64038 ## ## Coefficients: ## Estimate Std. Error t value Pr(>|t|) ## (Intercept) -98646.7 51692.1 -1.908 0.0620 . ## emp_services 1359.1 527.1 2.579 0.0129 * ## emp_industry 898.3 756.5 1.187 0.2406 ## part_time 634.7 440.1 1.442 0.1554 ## family_workers -1614.9 1094.2 -1.476 0.1461 ## emp_ratio_total 832.6 536.4 1.552 0.1268 ## --- ## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1 ## ## Residual standard error: 29100 on 51 degrees of freedom ## Multiple R-squared: 0.3974, Adjusted R-squared: 0.3383 ## F-statistic: 6.725 on 5 and 51 DF, p-value: 6.987e-05
29,505 USD: el modelo se equivoca en promedio ~29,505 USD respecto al valor real, equivalente al 42% de la media (esperable dada la alta heterogeneidad).
La mediana de −3,041 USD indica que el modelo tiende a sobreestimar levemente la productividad, aunque este sesgo es mínimo. Los valores extremos (mín. −65,026 USD y máx. +127,721 USD) corresponden a economías cuya productividad real se aleja significativamente de lo predicho.
emp_services (+3,803 USD): por cada p.p. adicional de empleo en servicios, la productividad aumenta en promedio 3,803 USD. Es la variable más significativa (p < 0.001). Un país que pase del 60% al 70% en servicios aumentaría su productividad predicha en ~38,033 USD.
| Variable | Estimado | Error_Std | t_valor | p_valor |
|---|---|---|---|---|
| (Intercept) | -98646.70 | 51692.07 | -1.908 | 0.06198 |
| emp_services | 1359.05 | 527.07 | 2.579 | 0.01285 |
| emp_industry | 898.32 | 756.51 | 1.187 | 0.24055 |
| part_time | 634.72 | 440.15 | 1.442 | 0.15540 |
| family_workers | -1614.85 | 1094.20 | -1.476 | 0.14614 |
| emp_ratio_total | 832.64 | 536.45 | 1.552 | 0.12682 |
| Indicador | Valor |
|---|---|
| R² | 0.3974 |
| R² Ajustado | 0.3383 |
| F-estadístico | 6.725 |
| p-valor del modelo | 6.99e-05 |
| Variable | VIF | Diagnostico |
|---|---|---|
| emp_services | 1.414 | Bajo |
| emp_industry | 1.056 | Bajo |
| part_time | 1.124 | Bajo |
| family_workers | 1.475 | Bajo |
| emp_ratio_total | 1.118 | Bajo |