You are on page 1of 12

COMPUTE X1=SUM( X1.1 to X1.3 ).

EXECUTE.
COMPUTE X2=SUM( X2.1 to X2.3 ).
EXECUTE.
COMPUTE X3=SUM( X3.1 to X3.3 ).
EXECUTE.
COMPUTE Y=SUM( Y1 to Y3 ).
EXECUTE.
CORRELATIONS
/VARIABLES=X1.1 X1.2 X1.3 WITH X1
/PRINT=TWOTAIL NOSIG

/MISSING=PAIRWISE.

Correlations

Notes

Output Created 03-Apr-2018 19:08:34

Comments

Input Active Dataset DataSet0

Filter <none>

Weight <none>

Split File <none>

N of Rows in Working Data


30
File

Missing Value Handling Definition of Missing User-defined missing values are treated
as missing.

Cases Used Statistics for each pair of variables are


based on all the cases with valid data
for that pair.

Syntax CORRELATIONS
/VARIABLES=X1.1 X1.2 X1.3 WITH
X1
/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE.

Resources Processor Time 00:00:00.016

Elapsed Time 00:00:00.046

[DataSet0]

Correlations

X1
X1.1 Pearson Correlation .808**

Sig. (2-tailed) .000

N 30

X1.2 Pearson Correlation .677**

Sig. (2-tailed) .000

N 30

X1.3 Pearson Correlation .715**

Sig. (2-tailed) .000

N 30

**. Correlation is significant at the 0.01 level


(2-tailed).

CORRELATIONS
/VARIABLES=X2.1 X2.2 X2.3 WITH X2
/PRINT=TWOTAIL NOSIG

/MISSING=PAIRWISE.

Correlations

Notes

Output Created 03-Apr-2018 19:16:04

Comments

Input Active Dataset DataSet0

Filter <none>

Weight <none>

Split File <none>

N of Rows in Working Data


30
File

Missing Value Handling Definition of Missing User-defined missing values are treated
as missing.

Cases Used Statistics for each pair of variables are


based on all the cases with valid data
for that pair.

Syntax CORRELATIONS
/VARIABLES=X2.1 X2.2 X2.3 WITH
X2
/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE.
Resources Processor Time 00:00:00.015

Elapsed Time 00:00:00.016

[DataSet0]

Correlations

X2

X2.1 Pearson Correlation .890**

Sig. (2-tailed) .000

N 30

X2.2 Pearson Correlation .878**

Sig. (2-tailed) .000

N 30

X2.3 Pearson Correlation .843**

Sig. (2-tailed) .000

N 30

**. Correlation is significant at the 0.01 level


(2-tailed).

CORRELATIONS
/VARIABLES=X3.1 X3.2 X3.3 WITH X3
/PRINT=TWOTAIL NOSIG

/MISSING=PAIRWISE.

Correlations

Notes

Output Created 03-Apr-2018 19:17:13

Comments

Input Active Dataset DataSet0

Filter <none>

Weight <none>

Split File <none>

N of Rows in Working Data


30
File

Missing Value Handling Definition of Missing User-defined missing values are treated
as missing.
Cases Used Statistics for each pair of variables are
based on all the cases with valid data
for that pair.

Syntax CORRELATIONS
/VARIABLES=X3.1 X3.2 X3.3 WITH
X3
/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE.

Resources Processor Time 00:00:00.016

Elapsed Time 00:00:00.015

[DataSet0]

Correlations

X3

X3.1 Pearson Correlation .714**

Sig. (2-tailed) .000

N 30

X3.2 Pearson Correlation .783**

Sig. (2-tailed) .000

N 30

X3.3 Pearson Correlation .780**

Sig. (2-tailed) .000

N 30

**. Correlation is significant at the 0.01 level


(2-tailed).

CORRELATIONS
/VARIABLES=Y1 Y2 Y3 Y4 WITH Y
/PRINT=TWOTAIL NOSIG

/MISSING=PAIRWISE.

Correlations

Notes

Output Created 03-Apr-2018 19:18:22

Comments
Input Active Dataset DataSet0

Filter <none>

Weight <none>

Split File <none>

N of Rows in Working Data


30
File

Missing Value Handling Definition of Missing User-defined missing values are treated
as missing.

Cases Used Statistics for each pair of variables are


based on all the cases with valid data
for that pair.

Syntax CORRELATIONS
/VARIABLES=Y1 Y2 Y3 Y4 WITH Y
/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE.

Resources Processor Time 00:00:00.031

Elapsed Time 00:00:00.016

[DataSet0]

Correlations

Y1 Pearson Correlation .816**

Sig. (2-tailed) .000

N 30

Y2 Pearson Correlation .805**

Sig. (2-tailed) .000

N 30

Y3 Pearson Correlation .692**

Sig. (2-tailed) .000

N 30

Y4 Pearson Correlation .167

Sig. (2-tailed) .376

N 30

**. Correlation is significant at the 0.01 level


(2-tailed).
RELIABILITY
/VARIABLES=X1.1 X1.2 X1.3
/SCALE('ALL VARIABLES') ALL
/MODEL=ALPHA
/STATISTICS=SCALE

/SUMMARY=TOTAL.

Reliability

Notes

Output Created 03-Apr-2018 19:37:40

Comments

Input Active Dataset DataSet0

Filter <none>

Weight <none>

Split File <none>

N of Rows in Working Data


30
File

Matrix Input

Missing Value Handling Definition of Missing User-defined missing values are treated
as missing.

Cases Used Statistics are based on all cases with


valid data for all variables in the
procedure.

Syntax RELIABILITY
/VARIABLES=X1.1 X1.2 X1.3
/SCALE('ALL VARIABLES') ALL
/MODEL=ALPHA
/STATISTICS=SCALE
/SUMMARY=TOTAL.

Resources Processor Time 00:00:00.000

Elapsed Time 00:00:00.000

[DataSet0]

Scale: ALL VARIABLES

Case Processing Summary


N %

Cases Valid 30 100.0

Excludeda 0 .0

Total 30 100.0

a. Listwise deletion based on all variables in the


procedure.

Reliability Statistics

Cronbach's
Alpha N of Items

.570 3

Item-Total Statistics

Cronbach's
Scale Mean if Scale Variance if Corrected Item- Alpha if Item
Item Deleted Item Deleted Total Correlation Deleted

X1.1 7.17 1.523 .521 .242

X1.2 7.13 1.913 .305 .577

X1.3 7.63 1.757 .329 .549

Scale Statistics

Mean Variance Std. Deviation N of Items

10.97 3.206 1.790 3

RELIABILITY
/VARIABLES=X2.1 X2.2 X2.3
/SCALE('ALL VARIABLES') ALL
/MODEL=ALPHA
/STATISTICS=SCALE

/SUMMARY=TOTAL.

Reliability

Notes

Output Created 03-Apr-2018 19:38:55


Comments

Input Active Dataset DataSet0

Filter <none>

Weight <none>

Split File <none>

N of Rows in Working Data


30
File

Matrix Input

Missing Value Handling Definition of Missing User-defined missing values are treated
as missing.

Cases Used Statistics are based on all cases with


valid data for all variables in the
procedure.

Syntax RELIABILITY
/VARIABLES=X2.1 X2.2 X2.3
/SCALE('ALL VARIABLES') ALL
/MODEL=ALPHA
/STATISTICS=SCALE
/SUMMARY=TOTAL.

Resources Processor Time 00:00:00.016

Elapsed Time 00:00:00.016

[DataSet0]

Scale: ALL VARIABLES

Case Processing Summary

N %

Cases Valid 30 100.0

Excludeda 0 .0

Total 30 100.0

a. Listwise deletion based on all variables in the


procedure.

Reliability Statistics
Cronbach's
Alpha N of Items

.825 3

Item-Total Statistics

Cronbach's
Scale Mean if Scale Variance if Corrected Item- Alpha if Item
Item Deleted Item Deleted Total Correlation Deleted

X2.1 6.93 1.926 .698 .759

X2.2 7.13 2.120 .699 .742

X2.3 7.00 2.828 .717 .771

Scale Statistics

Mean Variance Std. Deviation N of Items

10.53 4.740 2.177 3

RELIABILITY
/VARIABLES=X3.1 X3.2 X3.3
/SCALE('ALL VARIABLES') ALL
/MODEL=ALPHA
/STATISTICS=SCALE

/SUMMARY=TOTAL.

Reliability

Notes

Output Created 03-Apr-2018 19:39:45

Comments

Input Active Dataset DataSet0

Filter <none>

Weight <none>

Split File <none>

N of Rows in Working Data


30
File

Matrix Input

Missing Value Handling Definition of Missing User-defined missing values are treated
as missing.
Cases Used Statistics are based on all cases with
valid data for all variables in the
procedure.

Syntax RELIABILITY
/VARIABLES=X3.1 X3.2 X3.3
/SCALE('ALL VARIABLES') ALL
/MODEL=ALPHA
/STATISTICS=SCALE
/SUMMARY=TOTAL.

Resources Processor Time 00:00:00.078

Elapsed Time 00:00:00.063

[DataSet0]

Scale: ALL VARIABLES

Case Processing Summary

N %

Cases Valid 30 100.0

Excludeda 0 .0

Total 30 100.0

a. Listwise deletion based on all variables in the


procedure.

Reliability Statistics

Cronbach's
Alpha N of Items

.628 3

Item-Total Statistics

Cronbach's
Scale Mean if Scale Variance if Corrected Item- Alpha if Item
Item Deleted Item Deleted Total Correlation Deleted

X3.1 7.40 1.766 .343 .664


X3.2 7.27 1.582 .471 .480

X3.3 7.67 1.678 .510 .436

Scale Statistics

Mean Variance Std. Deviation N of Items

11.17 3.178 1.783 3

RELIABILITY
/VARIABLES=Y1 Y2 Y3 Y4
/SCALE('ALL VARIABLES') ALL
/MODEL=ALPHA
/STATISTICS=SCALE

/SUMMARY=TOTAL.

Reliability

Notes

Output Created 03-Apr-2018 19:40:25

Comments

Input Active Dataset DataSet0

Filter <none>

Weight <none>

Split File <none>

N of Rows in Working Data


30
File

Matrix Input

Missing Value Handling Definition of Missing User-defined missing values are treated
as missing.

Cases Used Statistics are based on all cases with


valid data for all variables in the
procedure.

Syntax RELIABILITY
/VARIABLES=Y1 Y2 Y3 Y4
/SCALE('ALL VARIABLES') ALL
/MODEL=ALPHA
/STATISTICS=SCALE
/SUMMARY=TOTAL.

Resources Processor Time 00:00:00.016


Elapsed Time 00:00:00.017

[DataSet0]

Scale: ALL VARIABLES

Case Processing Summary

N %

Cases Valid 30 100.0

Excludeda 0 .0

Total 30 100.0

a. Listwise deletion based on all variables in the


procedure.

Reliability Statistics

Cronbach's
Alpha N of Items

.572 4

Item-Total Statistics

Cronbach's
Scale Mean if Scale Variance if Corrected Item- Alpha if Item
Item Deleted Item Deleted Total Correlation Deleted

Y1 11.13 2.671 .475 .389

Y2 11.30 3.183 .492 .407

Y3 11.30 3.321 .335 .515

Y4 11.07 3.582 .167 .652

Scale Statistics

Mean Variance Std. Deviation N of Items

14.93 4.961 2.227 4

You might also like