CompensationAmount
has an extremely wide range, from 4.36 to 350000, with a large standard deviation. This suggests a highly skewed distribution where a few very high salaries may be pulling the average up, which is common in income data. RemoteWork
of 2.54, with a low standard deviation, indicating some consistency in remote work practices.EmployerSize
, with a standard deviation (4195.24) larger than the mean (3490.15), which indicates a non-normal distribution with potentially a few very large employers.Age
and Compensation
(r = 46**). This suggests that as employees get older, they tend to earn more, which could reflect career progression and accumulation of experience.Tenure
is moderately correlated with both Age
(r = 0.46**) and EmployerSize
(r = 0.39**). This indicates that longer tenure is associated with being older and working for a larger employer, which could suggest loyalty or a lack of mobility among older employees or those at larger companies.JobSatisfaction
and BarriersSupport
(r = −0.26**), which may imply that as support barriers increase, job satisfaction decreases.JobFunction
with EmployerSize
, which could indicate that specific roles are outsourced or not as prevalent in larger organizations.Gender
and JobSatisfaction
, suggesting that within this dataset, gender does not have a straightforward relationship with how job satisfaction is perceived or reported.## OLS Regression Results
| Step | Variable | Model 1 | Model 2 | Model 3 |
|------|------------------------------------|---------------------|---------------------|---------------------|
| Step 1: controls | | | |
| 1 | Constant | 3.34*** (0.31) | 4.21*** (0.55) | 2.89 † (1.62) |
| 2 | scale(Age) | 0.04 (0.08) | 0.04 (0.08) | 0.04 (0.08) |
| 3 | Gender | -0.26 (0.22) | -0.29 (0.22) | 1.01 (1.67) |
| 4 | scale(EmployerSize) | -0.06 (0.07) | -0.04 (0.07) | -0.06 (0.07) |
| 5 | EmploymentDummy | -0.10 (0.34) | -0.25 (0.33) | -0.26 (0.34) |
| 6 | JobFunctionDummy01 | -0.52* (0.23) | -0.47* (0.22) | -0.45* (0.22) |
| 7 | JobFunctionDummy02 | -0.07 (0.15) | -0.08 (0.15) | -0.05 (0.15) |
| 8 | scale(CompensationAmount) | 0.02 (0.08) | 0.00 (0.08) | -0.59 (0.50) |
| 9 | RemoteWork | 0.10 (0.09) | 0.05 (0.08) | 0.06 (0.09) |
| 10 | scale(Tenure) | 0.05 (0.08) | 0.04 (0.08) | 0.04 (0.08) |
| Step 2: main effects | | | |
| 11 | BarriersOrganizational | | -0.01 (0.11) | -0.29 (0.38) |
| 12 | BarriersSupport | | -0.41*** (0.11) | 0.28 (0.40) |
| 13 | BarriersTechnical | | 0.17 (0.11) | 0.19 (0.46) |
| Step 3: interaction effects | | | |
| 14 | 7 x 10 | | | 0.07 (0.14) |
| 15 | 7 x 11 | | | 0.04 (0.11) |
| 16 | 7 x 12 | | | 0.10 (0.14) |
| 17 | 2 x 10 | | | 0.31 (0.40) |
| 18 | 2 x 11 | | | -0.73† (0.42) |
| 19 | 2 x 12 | | | -0.03 (0.47) |
| | R-squared | 0.06 | 0.13 | 0.15 |
| | F-statistic | 1.274 | 2.312** | 1.88* |
**Note:**
- *** p < .001; **p < .01; *p < .05; † p < .10
- Standardized coefficients are reported with standard errors in parentheses.
BarriersOrganizationa
l has a negative coefficient, it is not statistically significant (p > .05). This indicates that there is no direct relationship between organizational barriers and job satisfaction in this model. Similarly, the coefficients for BarriersSupport
and BarriersTechnical
are also non-significant, suggesting that these barriers do not have a direct effect on job satisfaction when interaction terms are included. The hypothesis 2 is also not supported by the result of model 3. The interaction terms (compensation and perceived barriers denoted as '7 x 10
', '7 x 11
', '7 x 12
'; and gender and perceived barriers as '2 x 10
', '2 x 11
', and '2 x 12
') included in the model are not statistically significant, with p-values greater than the conventional threshold of 0.05. This indicates that there is no evidence from this model to suggest that the relationship between job satisfaction and perceived barriers is moderated by the job-level features (Gender
, CompensationAmount
) included in these interaction terms. However, one interaction term between Gender
and BarriersSupport
(2 x 11
) shows a marginally significant negative effect (p < .10), suggesting a potential moderating effect of gender on the impact of support barriers on job satisfaction, but this effect is not strong enough to fully confirm the hypothesis.BarriersSupport
did have a statistically significant negative impact on job satisfaction. Therefore, if the evidence across all models is considered, that there is possibility of partial support for Hypothesis 1 — that perceived barriers can negatively affect job satisfaction — but this support weakens when interaction terms are introduced in Model 3.