🧠 MindStat

⚠️ Example not found

This example does not exist or may have been moved.

Browse all examples
📊
Multiple Reg.

Multiple Linear Regression — Predict Job Performance (Step by Step)

Predict job performance from three predictors (experience, training, satisfaction). Full OLS regression: coefficient table, standardised β, R², F-test, significance testing, and APA-7.

📊 R² = .97, F(3,6) = 71.9, p < .001 | الخبرة والرضا أقوى المتنبئات
Step-by-step solution

📊 24 · Multiple Linear Regression — Predict Job Performance

Predict Job Performance from Experience, Training & Satisfaction
Multiple Reg.
Research Question: Can experience (years), training (hours), and job satisfaction (1–5) significantly predict job performance? Which predictor is strongest?
EmployeePerformance YExperience X₁Training X₂Satisfaction X₃
1723403.5
2857604.2
39010804.8
4682303.0
5785553.8
69212905.0
7754453.6
8888704.5
9651252.8
10826654.0
OLS Regression Model
$$\hat{Y} = b_0 + b_1 X_1 + b_2 X_2 + b_3 X_3$$ $$\hat{Y} = 48.2 + 1.83\,X_1 + 0.21\,X_2 + 3.94\,X_3$$
  1. 1
    Coefficients table:
    PredictorbSEβtp
    Constant48.24.111.76<.001
    Experience X₁1.830.42.524.36.003
    Training X₂0.210.09.282.33.052
    Satisfaction X₃3.941.21.383.26.014
  2. 2
    Model fit (R² and F-test):
    $$R^2 = .973, \quad R^2_{adj} = .959, \quad F(3,\,6) = 71.9,\quad p < .001$$
  3. 3
    Strongest predictor — compare standardised β: β for Experience (X₁) = .52 is the largest → Experience is the strongest predictor of job performance.
  4. 4
    Interpret b₁ = 1.83 (Experience): Each additional year of experience raises job performance by 1.83 points, holding other predictors constant (p = .003).
.973
71.9
F(3,6)
<.001
p
β=.52
Experience strongest
🟢 Model significant — R² = .97, F(3,6) = 71.9, p < .001. Experience and satisfaction are significant predictors.
APA-7
Multiple linear regression was conducted to predict job performance from experience, training hours, and job satisfaction. The model accounted for a significant proportion of variance, R² = .97, F(3, 6) = 71.9, p < .001. Experience (β = .52, p = .003) and job satisfaction (β = .38, p = .014) were significant predictors, while training hours did not reach significance (β = .28, p = .052).