COMPUTE LeadershipEffectiveness=(LeadershipEffectiveness1 + LeadershipEffectiveness2 +
LeadershipEffectiveness3 +LeadershipEffectiveness4) / 4.
EXECUTE.
COMPUTE EmpoweringLeadership=(EnpoweringLeadership1 + EnpoweringLeadership2 + EnpoweringLeadership3
+ EnpoweringLeadership4 + EnpoweringLeadership5 + EnpoweringLeadership6 + EnpoweringLeadership7 +
EnpoweringLeadership8 + EnpoweringLeadership9 + EnpoweringLeadership10) / 10.
EXECUTE.
COMPUTE MetacognitiveCQ=(MetacognitiveCQ1 + MetacognitiveCQ2 + MetacognitiveCQ3 + MetacognitiveCQ4)
/ 4.
EXECUTE.
COMPUTE CognitiveCQ=(CognitiveCQ5 + CognitiveCQ6 + CognitiveCQ7 + CognitiveCQ8 + CognitiveCQ9 +
CognitiveCQ10) / 6.
EXECUTE.
COMPUTE BehavioralCQ=(BehavioralCQ16 + BehavioralCQ17 + BehavioralCQ18 + BehavioralCQ19 +
BehavioralCQ20) / 5.
EXECUTE.
COMPUTE MotivationalCQ=(MotivationalCQ11 + MotivationalCQ12 + MotivationalCQ13 + MotivationalCQ14 +
MotivationalCQ15) / 5.
EXECUTE.
COMPUTE CQFactor=(MetacognitiveCQ + CognitiveCQ + BehavioralCQ + MotivationalCQ) / 4.
EXECUTE.
CORRELATIONS
/VARIABLES=LeadershipEffectiveness CQFactor
/PRINT=TWOTAIL NOSIG FULL
/STATISTICS DESCRIPTIVES
/MISSING=PAIRWISE.
Correlations
Descriptive Statistics
Mean
Std. Deviation
N
LeadershipEffectiveness
1.9752
.40446
111
CQFactor
1.5105
.19149
111
Correlations
LeadershipEffectiveness
CQFactor
LeadershipEffectiveness
Pearson Correlation
1
.031
Sig. (2-tailed)
.747
N
111
111
CQFactor
Pearson Correlation
.031
1
Sig. (2-tailed)
.747
N
111
111
REGRESSION
/DESCRIPTIVES MEAN STDDEV CORR SIG N
/MISSING LISTWISE
/STATISTICS COEFF OUTS R ANOVA
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT LeadershipEffectiveness
/METHOD=ENTER MetacognitiveCQ CognitiveCQ BehavioralCQ MotivationalCQ.
Regression
Descriptive Statistics
Mean
Std. Deviation
N
LeadershipEffectiveness
1.9752
.40446
111
MetacognitiveCQ
1.4662
.27487
111
CognitiveCQ
1.5345
.31392
111
BehavioralCQ
1.4541
.28533
111
MotivationalCQ
1.5874
.26735
111
Correlations
LeadershipEffectiveness
MetacognitiveCQ
CognitiveCQ
Pearson Correlation
LeadershipEffectiveness
1.000
.008
.078
MetacognitiveCQ
.008
1.000
.299
CognitiveCQ
.078
.299
1.000
BehavioralCQ
-.087
.145
.439
MotivationalCQ
.081
.235
.287
Sig. (1-tailed)
LeadershipEffectiveness
.
.468
.207
MetacognitiveCQ
.468
.
.001
CognitiveCQ
.207
.001
.
BehavioralCQ
.183
.064
.000
MotivationalCQ
.199
.006
.001
N
LeadershipEffectiveness
111
111
111
MetacognitiveCQ
111
111
111
CognitiveCQ
111
111
111
BehavioralCQ
111
111
111
MotivationalCQ
111
111
111
Correlations
BehavioralCQ
MotivationalCQ
Pearson Correlation
LeadershipEffectiveness
-.087
.081
MetacognitiveCQ
.145
.235
CognitiveCQ
.439
.287
BehavioralCQ
1.000
.157
MotivationalCQ
.157
1.000
Sig. (1-tailed)
LeadershipEffectiveness
.183
.199
MetacognitiveCQ
.064
.006
CognitiveCQ
.000
.001
BehavioralCQ
.
.050
MotivationalCQ
.050
.
N
LeadershipEffectiveness
111
111
MetacognitiveCQ
111
111
CognitiveCQ
111
111
BehavioralCQ
111
111
MotivationalCQ
111
111
Variables Entered/Removeda
Model
Variables Entered
Variables Removed
Method
1
MotivationalCQ, BehavioralCQ, MetacognitiveCQ, CognitiveCQb
.
Enter
a. Dependent Variable: LeadershipEffectiveness
b. All requested variables entered.
Model Summary
Model
R
R Square
Adjusted R Square
Std. Error of the Estimate
1
.171a
.029
-.007
.40592
a. Predictors: (Constant), MotivationalCQ, BehavioralCQ, MetacognitiveCQ, CognitiveCQ
ANOVAa
Model
Sum of Squares
df
Mean Square
F
Sig.
1
Regression
.528
4
.132
.801
.527b
Residual
17.466
106
.165
Total
17.994
110
a. Dependent Variable: LeadershipEffectiveness
b. Predictors: (Constant), MotivationalCQ, BehavioralCQ, MetacognitiveCQ, CognitiveCQ
Coefficientsa
Model
Unstandardized Coefficients
Standardized Coefficients
t
Sig.
B
Std. Error
Beta
1
(Constant)
1.910
.319
5.989
.000
MetacognitiveCQ
-.040
.150
-.027
-.265
.791
CognitiveCQ
.171
.145
.132
1.174
.243
BehavioralCQ
-.216
.151
-.152
-1.430
.156
MotivationalCQ
.111
.153
.073
.725
.470
a. Dependent Variable: LeadershipEffectiveness
CORRELATIONS
/VARIABLES=EmpoweringLeadership CQFactor
/PRINT=TWOTAIL NOSIG FULL
/STATISTICS DESCRIPTIVES
/MISSING=PAIRWISE.
Correlations
Descriptive Statistics
Mean
Std. Deviation
N
EmpoweringLeadership
3.7874
.61083
111
CQFactor
1.5105
.19149
111
Correlations
EmpoweringLeadership
CQFactor
EmpoweringLeadership
Pearson Correlation
1
.282**
Sig. (2-tailed)
.003
N
111
111
CQFactor
Pearson Correlation
.282**
1
Sig. (2-tailed)
.003
N
111
111
**. Correlation is significant at the 0.01 level (2-tailed).
REGRESSION
/DESCRIPTIVES MEAN STDDEV CORR SIG N
/MISSING LISTWISE
/STATISTICS COEFF OUTS CI(95) R ANOVA COLLIN TOL ZPP
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT EmpoweringLeadership
/METHOD=ENTER MetacognitiveCQ CognitiveCQ BehavioralCQ MotivationalCQ.
Regression
Descriptive Statistics
Mean
Std. Deviation
N
EmpoweringLeadership
3.7874
.61083
111
MetacognitiveCQ
1.4662
.27487
111
CognitiveCQ
1.5345
.31392
111
BehavioralCQ
1.4541
.28533
111
MotivationalCQ
1.5874
.26735
111
Correlations
EmpoweringLeadership
MetacognitiveCQ
CognitiveCQ
Pearson Correlation
EmpoweringLeadership
1.000
.168
.201
MetacognitiveCQ
.168
1.000
.299
CognitiveCQ
.201
.299
1.000
BehavioralCQ
.198
.145
.439
MotivationalCQ
.186
.235
.287
Sig. (1-tailed)
EmpoweringLeadership
.
.039
.017
MetacognitiveCQ
.039
.
.001
CognitiveCQ
.017
.001
.
BehavioralCQ
.019
.064
.000
MotivationalCQ
.025
.006
.001
N
EmpoweringLeadership
111
111
111
MetacognitiveCQ
111
111
111
CognitiveCQ
111
111
111
BehavioralCQ
111
111
111
MotivationalCQ
111
111
111
Correlations
BehavioralCQ
MotivationalCQ
Pearson Correlation
EmpoweringLeadership
.198
.186
MetacognitiveCQ
.145
.235
CognitiveCQ
.439
.287
BehavioralCQ
1.000
.157
MotivationalCQ
.157
1.000
Sig. (1-tailed)
EmpoweringLeadership
.019
.025
MetacognitiveCQ
.064
.006
CognitiveCQ
.000
.001
BehavioralCQ
.
.050
MotivationalCQ
.050
.
N
EmpoweringLeadership
111
111
MetacognitiveCQ
111
111
CognitiveCQ
111
111
BehavioralCQ
111
111
MotivationalCQ
111
111
Variables Entered/Removeda
Model
Variables Entered
Variables Removed
Method
1
MotivationalCQ, BehavioralCQ, MetacognitiveCQ, CognitiveCQb
.
Enter
a. Dependent Variable: EmpoweringLeadership
b. All requested variables entered.
Model Summary
Model
R
R Square
Adjusted R Square
Std. Error of the Estimate
1
.284a
.081
.046
.59667
a. Predictors: (Constant), MotivationalCQ, BehavioralCQ, MetacognitiveCQ, CognitiveCQ
ANOVAa
Model
Sum of Squares
df
Mean Square
F
Sig.
1
Regression
3.305
4
.826
2.321
.062b
Residual
37.737
106
.356
Total
41.042
110
a. Dependent Variable: EmpoweringLeadership
b. Predictors: (Constant), MotivationalCQ, BehavioralCQ, MetacognitiveCQ, CognitiveCQ
Coefficientsa
Model
Unstandardized Coefficients
Standardized Coefficients
t
Sig.
B
Std. Error
Beta
1
(Constant)
2.392
.469
5.105
.000
MetacognitiveCQ
.215
.220
.097
.978
.331
CognitiveCQ
.158
.213
.081
.741
.460
BehavioralCQ
.277
.222
.129
1.248
.215
MotivationalCQ
.273
.225
.120
1.214
.228
Coefficientsa
Model
95.0% Confidence Interval for B
Correlations
Lower Bound
Upper Bound
Zero-order
Partial
Part
1
(Constant)
1.463
3.322
MetacognitiveCQ
-.221
.651
.168
.095
.091
CognitiveCQ
-.265
.581
.201
.072
.069
BehavioralCQ
-.163
.717
.198
.120
.116
MotivationalCQ
-.173
.720
.186
.117
.113
Coefficientsa
Model
Collinearity Statistics
Tolerance
VIF
1
(Constant)
MetacognitiveCQ
.886
1.129
CognitiveCQ
.721
1.388
BehavioralCQ
.806
1.241
MotivationalCQ
.892
1.121
a. Dependent Variable: EmpoweringLeadership
Collinearity Diagnosticsa
Model
Dimension
Eigenvalue
Condition Index
Variance Proportions
(Constant)
MetacognitiveCQ
CognitiveCQ
1
1
4.911
1.000
.00
.00
.00
2
.033
12.273
.01
.28
.12
3
.024
14.431
.03
.46
.16
4
.021
15.137
.02
.10
.71
5
.011
21.220
.94
.16
.01
Collinearity Diagnosticsa
Model
Dimension
Variance Proportions
BehavioralCQ
MotivationalCQ
1
1
.00
.00
2
.39
.08
3
.01
.48
4
.41
.08
5
.19
.36
a. Dependent Variable: EmpoweringLeadership