0% found this document useful (0 votes)
15 views2 pages

Dimas Spss 1

This summary provides the high level information from the document in 3 sentences: The document reports a warning about an invalid parameter for the LOCALE subcommand of the SET command. It then shows code to import an Excel file and perform a Wilcoxon signed ranks test on two variables from the imported dataset. The results of the test show that there is a statistically significant difference between the Pre Sistole and Pre Diastole variables.

Uploaded by

ferli yan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views2 pages

Dimas Spss 1

This summary provides the high level information from the document in 3 sentences: The document reports a warning about an invalid parameter for the LOCALE subcommand of the SET command. It then shows code to import an Excel file and perform a Wilcoxon signed ranks test on two variables from the imported dataset. The results of the test show that there is a statistically significant difference between the Pre Sistole and Pre Diastole variables.

Uploaded by

ferli yan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Warning # 849 in column 23.

Text: in_ID
The LOCALE subcommand of the SET command has an invalid parameter. It could
not be mapped to a valid backend locale.
GET DATA /TYPE=XLSX
/FILE='C:\Users\User\Documents\Dimas 1.xlsx'
/SHEET=name 'Sheet1'
/CELLRANGE=full
/READNAMES=on
/ASSUMEDSTRWIDTH=32767.
EXECUTE.
DATASET NAME DataSet1 WINDOW=FRONT.
NPAR TESTS
/WILCOXON=PreSistole WITH PreDiastole (PAIRED)
/MISSING ANALYSIS.

NPar Tests
[DataSet1]

Wilcoxon Signed Ranks Test

Ranks

N Mean Rank Sum of Ranks

Pre Diastole - Pre Sistole Negative Ranks 24a 12,50 300,00

Positive Ranks 0b ,00 ,00

Ties 0c

Total 24
a. Pre Diastole < Pre Sistole
b. Pre Diastole > Pre Sistole
c. Pre Diastole = Pre Sistole

Test Statisticsa

Pre Diastole -
Pre Sistole

Z -4,355b
Asymp. Sig. (2-tailed) ,000

a. Wilcoxon Signed Ranks Test


b. Based on positive ranks.

You might also like