1 OLS REGRESSION

1.1 Inclusion of all predictors

OLS=lm(WP.A.PER~ WP.PG.AST+ WP.DefensePerformance+ WT.FI.W+ WT.BS.TP.Age+ WT.NBAExperience.Mean+ WT.TimeCleanOrder.SD+ WT.PerGame.GamesStarted.SD+ WT.BS.TS.AST+ WP.NBA.1stYear+ WP.PG.PF+ WP.PG.G+ BP.Height.Cm+ BP.Weight.Kg+ WP.Age, data=Sdata)
##VIF>5: WP.PG.PTS+ WP.PG.MP+ 
#print_table(OLS)
#tab_model(OLS)
GLM_summary(OLS)
## 
## General Linear Model (OLS Regression)
## 
## Model Fit:
## F(14, 513) = 18.22, p = 7e-37 ***
## R² = 0.33208 (Adjusted R² = 0.31385)
## 
## Unstandardized Coefficients:
## Outcome Variable: WP.A.PER
## N = 528 (127 missing cases deleted)
## ──────────────────────────────────────────────────────────────────────────────────
##                                  b    S.E.      t     p        [95% CI of b]   VIF
## ──────────────────────────────────────────────────────────────────────────────────
## (Intercept)                 -0.017 (0.038) -0.432  .666     [-0.092,  0.059]      
## WP.PG.AST                    0.281 (0.054)  5.196 <.001 *** [ 0.175,  0.387] 2.231
## WP.DefensePerformance        0.495 (0.067)  7.358 <.001 *** [ 0.363,  0.627] 3.451
## WT.FI.W                      0.054 (0.065)  0.829  .407     [-0.074,  0.182] 3.190
## WT.BS.TP.Age                 0.139 (0.065)  2.128  .034 *   [ 0.011,  0.268] 3.157
## WT.NBAExperience.Mean        0.002 (0.076)  0.030  .976     [-0.147,  0.151] 4.448
## WT.TimeCleanOrder.SD         0.005 (0.055)  0.099  .921     [-0.102,  0.113] 2.446
## WT.PerGame.GamesStarted.SD   0.047 (0.055)  0.845  .399     [-0.062,  0.155] 2.086
## WT.BS.TS.AST                -0.032 (0.041) -0.769  .442     [-0.113,  0.049] 1.308
## WP.NBA.1stYear               0.048 (0.041)  1.153  .249     [-0.034,  0.129] 1.258
## WP.PG.PF                    -0.194 (0.058) -3.326 <.001 *** [-0.309, -0.079] 2.545
## WP.PG.G                      0.019 (0.047)  0.398  .691     [-0.073,  0.110] 1.637
## BP.Height.Cm                 0.054 (0.072)  0.744  .457     [-0.088,  0.196] 3.864
## BP.Weight.Kg                 0.108 (0.068)  1.583  .114     [-0.026,  0.243] 3.402
## WP.Age                      -0.086 (0.041) -2.086  .037 *   [-0.167, -0.005] 1.256
## ──────────────────────────────────────────────────────────────────────────────────
## 
## Standardized Coefficients (β):
## Outcome Variable: WP.A.PER
## N = 528 (127 missing cases deleted)
## ───────────────────────────────────────────────────────────────────────────────────────────────
##                                  β    S.E.      t     p        [95% CI of β] r(partial) r(part)
## ───────────────────────────────────────────────────────────────────────────────────────────────
## WP.PG.AST                    0.280 (0.054)  5.196 <.001 *** [ 0.174,  0.386]      0.224   0.187
## WP.DefensePerformance        0.493 (0.067)  7.358 <.001 *** [ 0.362,  0.625]      0.309   0.266
## WT.FI.W                      0.053 (0.064)  0.829  .407     [-0.073,  0.180]      0.037   0.030
## WT.BS.TP.Age                 0.136 (0.064)  2.128  .034 *   [ 0.010,  0.262]      0.094   0.077
## WT.NBAExperience.Mean        0.002 (0.076)  0.030  .976     [-0.147,  0.152]      0.001   0.001
## WT.TimeCleanOrder.SD         0.006 (0.056)  0.099  .921     [-0.105,  0.116]      0.004   0.004
## WT.PerGame.GamesStarted.SD   0.044 (0.052)  0.845  .399     [-0.058,  0.146]      0.037   0.030
## WT.BS.TS.AST                -0.032 (0.041) -0.769  .442     [-0.113,  0.049]     -0.034  -0.028
## WP.NBA.1stYear               0.047 (0.040)  1.153  .249     [-0.033,  0.126]      0.051   0.042
## WP.PG.PF                    -0.191 (0.058) -3.326 <.001 *** [-0.305, -0.078]     -0.145  -0.120
## WP.PG.G                      0.018 (0.046)  0.398  .691     [-0.072,  0.109]      0.018   0.014
## BP.Height.Cm                 0.053 (0.071)  0.744  .457     [-0.087,  0.192]      0.033   0.027
## BP.Weight.Kg                 0.105 (0.067)  1.583  .114     [-0.025,  0.236]      0.070   0.057
## WP.Age                      -0.084 (0.040) -2.086  .037 *   [-0.164, -0.005]     -0.092  -0.075
## ───────────────────────────────────────────────────────────────────────────────────────────────
#OLS=lm(WP.A.PER~WT.NBAExperience.Mean+ WT.TimeCleanOrder.SD+ WT.PerGame.GamesStarted.SD+ WP.NBA.1stYear+ BP.Height.Cm+ BP.Weight.Kg+ WP.Age, data=Sdata)
#OLS=lm(WP.A.PER~WP.PG.PTS+WT.NBAExperience.Mean+ WT.TimeCleanOrder.SD+ WT.PerGame.GamesStarted.SD+ WP.NBA.1stYear+ BP.Height.Cm+ BP.Weight.Kg+ WP.Age, data=Sdata)
tab_model(OLS,show.se = TRUE, show.p = TRUE, show.df = F, show.r2 = TRUE, show.re.var = TRUE, show.aic = TRUE, show.aicc = TRUE, show.dev = TRUE, show.loglik = TRUE, show.obs = TRUE, show.reflvl = TRUE,digits = 3,title="Table 7. Results of OLS regression for",file = "OLS.doc")
Table 7. Results of OLS regression for
  Job performance
Predictors Estimates std. Error CI p
(Intercept) -0.017 0.038 -0.092 – 0.059 0.666
Coworker-serving behavior 0.281 0.054 0.175 – 0.387 <0.001
Team-serving behavior 0.495 0.067 0.363 – 0.627 <0.001
Team performance 0.054 0.065 -0.074 – 0.182 0.407
Average age of all
players in a team
0.139 0.065 0.011 – 0.268 0.034
Average tenure of team
member
0.002 0.076 -0.147 – 0.151 0.976
Inequality of team
members’ playing time
0.005 0.055 -0.102 – 0.113 0.921
Inequality of the number
of starts
0.047 0.055 -0.062 – 0.155 0.399
Team cooperation -0.032 0.041 -0.113 – 0.049 0.442
Age of joining the team 0.048 0.041 -0.034 – 0.129 0.249
Uncooperative behavior -0.194 0.058 -0.309 – -0.079 0.001
Working time 0.019 0.047 -0.073 – 0.110 0.691
Height 0.054 0.072 -0.088 – 0.196 0.457
Weight 0.108 0.068 -0.026 – 0.243 0.114
Player age -0.086 0.041 -0.167 – -0.005 0.037
Observations 528
R2 / R2 adjusted 0.332 / 0.314
Deviance 367.954
AIC 1339.718
AICc 1340.783
log-Likelihood -653.859
#Corr(data)
#GLM_summary(OLS)

2 PLOT

plot_model(OLS, sort.est = TRUE)

3 REPORT

For statistical modeling, we applied OLS regression to examine all predictors of job performance in ML. While the model’s overall performance of explainability does not surpass that ofSAFL, it exceeds ALMMo and several ML (e.g., LASSO, BRR, RF), with R² valued at 0.528 and an adjusted R² of 0.513. This indicates the model based on OLS regression, boasting an R² of 0.528 and an adjusted R² of 0.513, significantly elucidates more than half the variability in job performance. On the significance front, both self-serving and team-serving behaviors were strongly linked to job performance improvements, evidenced by estimates of 1.040 (p < 0.001) and 0.433 (p < 0.001), respectively. Moreover, coworker-serving behavior and the average age of all team players were positively correlated with job performance, as demonstrated by estimates of 0.129 (p = 0.011) and 0.132 (p = 0.017). Noteworthy is the finding that workload Working amount was inversely related to job performance, with an estimate of -1.036 (p < 0.001), suggesting a detrimental effect of increased workload on performance. Other variables did not exhibit statistical significance in this context. This outcome underscores that XML slightly outperforms ordinary least squares (OLS) regression in performance of explainability. The enhanced data fit provided by XML can be ascribed to its methodology of establishing multiple local models, thereby capturing the nuances within the dataset more effectively.

#report(OLS)