0% found this document useful (0 votes)
29 views8 pages

Uji Sperman

This document summarizes the results of three nonparametric correlation analyses between variables: 1) The first analysis found a non-significant positive correlation (r = .162, p = .271) between log_kecemasan and log_atraumaticcare variables. 2) The second analysis, with the variables reversed, replicated this result. 3) The third analysis between kecemasan and atraumatic_care variables also found a non-significant positive correlation (r = .162, p = .271).

Uploaded by

kevin
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download as docx, pdf, or txt
0% found this document useful (0 votes)
29 views8 pages

Uji Sperman

This document summarizes the results of three nonparametric correlation analyses between variables: 1) The first analysis found a non-significant positive correlation (r = .162, p = .271) between log_kecemasan and log_atraumaticcare variables. 2) The second analysis, with the variables reversed, replicated this result. 3) The third analysis between kecemasan and atraumatic_care variables also found a non-significant positive correlation (r = .162, p = .271).

Uploaded by

kevin
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 8

NONPAR CORR

/VARIABLES=log_kecemasan log_atraumaticcare
/PRINT=SPEARMAN TWOTAIL NOSIG
/MISSING=PAIRWISE.

Nonparametric Correlations

Notes

Output Created 10-JUL-2017 12:30:09


Comments
Active Dataset DataSet0
Filter <none>
Input Weight <none>
Split File <none>
N of Rows in Working Data File 48
User-defined missing values are
Definition of Missing
treated as missing.
Statistics for each pair of
Missing Value Handling
variables are based on all the
Cases Used
cases with valid data for that
pair.
NONPAR CORR
/VARIABLES=log_kecemasan
log_atraumaticcare
Syntax
/PRINT=SPEARMAN
TWOTAIL NOSIG
/MISSING=PAIRWISE.
Processor Time 00:00:00,03

Resources Elapsed Time 00:00:00,03

Number of Cases Allowed 174762 casesa

a. Based on availability of workspace memory

[DataSet0]
Correlations

log_kecemasan log_atraumaticcar
e

Correlation Coefficient 1,000 ,162

log_kecemasan Sig. (2-tailed) . ,271

N 48 48
Spearman's rho
Correlation Coefficient ,162 1,000

log_atraumaticcare Sig. (2-tailed) ,271 .

N 48 48

NONPAR CORR
/VARIABLES=log_atraumaticcare log_kecemasan
/PRINT=SPEARMAN TWOTAIL NOSIG
/MISSING=PAIRWISE.

Nonparametric Correlations

Notes

Output Created 10-JUL-2017 12:37:31


Comments
Active Dataset DataSet0
Filter <none>
Input Weight <none>
Split File <none>
N of Rows in Working Data File 48
User-defined missing values are
Definition of Missing
treated as missing.
Statistics for each pair of
Missing Value Handling
variables are based on all the
Cases Used
cases with valid data for that
pair.
NONPAR CORR

/VARIABLES=log_atraumaticcar
Syntax e log_kecemasan
/PRINT=SPEARMAN
TWOTAIL NOSIG
/MISSING=PAIRWISE.
Processor Time 00:00:00,02

Resources Elapsed Time 00:00:00,02

Number of Cases Allowed 174762 casesa

a. Based on availability of workspace memory

[DataSet0]

Correlations

log_atraumaticcar log_kecemasan
e

Correlation Coefficient 1,000 ,162

log_atraumaticcare Sig. (2-tailed) . ,271

N 48 48
Spearman's rho
Correlation Coefficient ,162 1,000

log_kecemasan Sig. (2-tailed) ,271 .

N 48 48

NONPAR CORR
/VARIABLES=kecemasan atraumatic_care
/PRINT=SPEARMAN TWOTAIL NOSIG
/MISSING=PAIRWISE.

Nonparametric Correlations

Notes

Output Created 10-JUL-2017 12:38:23


Comments
Active Dataset DataSet0
Filter <none>
Input Weight <none>
Split File <none>
N of Rows in Working Data File 48
User-defined missing values are
Definition of Missing
treated as missing.
Statistics for each pair of
Missing Value Handling
variables are based on all the
Cases Used
cases with valid data for that
pair.
NONPAR CORR
/VARIABLES=kecemasan
atraumatic_care
Syntax
/PRINT=SPEARMAN
TWOTAIL NOSIG
/MISSING=PAIRWISE.
Processor Time 00:00:00,02

Resources Elapsed Time 00:00:00,05

Number of Cases Allowed 174762 casesa

a. Based on availability of workspace memory

[DataSet0]

Correlations

kecemasan atraumatic_care

Correlation Coefficient 1,000 ,162

kecemasan Sig. (2-tailed) . ,271

N 48 48
Spearman's rho
Correlation Coefficient ,162 1,000

atraumatic_care Sig. (2-tailed) ,271 .

N 48 48

NEW FILE.
DATASET NAME DataSet1 WINDOW=FRONT.
NONPAR CORR
/VARIABLES=kecemasan atraumatic_care
/PRINT=SPEARMAN TWOTAIL NOSIG
/MISSING=PAIRWISE.
Nonparametric Correlations

Notes

Output Created 10-JUL-2017 13:14:11


Comments
Active Dataset DataSet1
Filter <none>
Input Weight <none>
Split File <none>
N of Rows in Working Data File 48
User-defined missing values are
Definition of Missing
treated as missing.
Statistics for each pair of
Missing Value Handling
variables are based on all the
Cases Used
cases with valid data for that
pair.
NONPAR CORR
/VARIABLES=kecemasan
atraumatic_care
Syntax
/PRINT=SPEARMAN
TWOTAIL NOSIG
/MISSING=PAIRWISE.
Processor Time 00:00:00,02

Resources Elapsed Time 00:00:00,02

Number of Cases Allowed 174762 casesa

a. Based on availability of workspace memory

[DataSet1]

Correlations

kecemasan atraumatic_care

Correlation Coefficient 1,000 -,558**


Spearman's rho kecemasan
Sig. (2-tailed) . ,000
N 48 48

Correlation Coefficient -,558** 1,000

atraumatic_care Sig. (2-tailed) ,000 .

N 48 48

**. Correlation is significant at the 0.01 level (2-tailed).


DATASET ACTIVATE DataSet1.
DATASET CLOSE DataSet0.
COMPUTE log_kecemasan=LG10(kecemasan).
EXECUTE.
COMPUTE log_atraumatic_care=LG10(atraumatic_care).
EXECUTE.
NONPAR CORR
/VARIABLES=log_kecemasan log_atraumatic_care
/PRINT=SPEARMAN TWOTAIL NOSIG
/MISSING=PAIRWISE.

Nonparametric Correlations

Notes

Output Created 10-JUL-2017 13:23:38


Comments
Active Dataset DataSet1
Filter <none>
Input Weight <none>
Split File <none>
N of Rows in Working Data File 48
User-defined missing values are
Definition of Missing
treated as missing.
Statistics for each pair of
Missing Value Handling
variables are based on all the
Cases Used
cases with valid data for that
pair.
NONPAR CORR
/VARIABLES=log_kecemasan
log_atraumatic_care
Syntax
/PRINT=SPEARMAN
TWOTAIL NOSIG
/MISSING=PAIRWISE.
Processor Time 00:00:00,02

Resources Elapsed Time 00:00:00,02

Number of Cases Allowed 174762 casesa

a. Based on availability of workspace memory


[DataSet1]

Correlations

log_kecemasan log_atraumatic_ca
re

Correlation Coefficient 1,000 -,558**

log_kecemasan Sig. (2-tailed) . ,000

N 48 48
Spearman's rho
Correlation Coefficient -,558** 1,000

log_atraumatic_care Sig. (2-tailed) ,000 .

N 48 48

**. Correlation is significant at the 0.01 level (2-tailed).

You might also like