Hi Rick,
That worked perfectly! Thank you!
Would it be useful if I run a Jonckheere-terpstra test as well?
Best,
Sandy
1. Analyze > Nonparametric Tests > Independent Samples ... 2. Click the "Fields" tab at the top of that dialog 3. Move the dependent variables you...
Re: post-hoc comparisons after Kruskal Wallis test | | | 1. Analyze > Nonparametric Tests > Independent Samples ... 2. Click the "Fields" tab at the top of that dialog 3. Move the dependent variables you want into the "Test Fields" box 4. Move the grouping variable into the Groups box 5. Click the "Settings" tab at the top of that dialog 6. Select "Customize tests" 7. Select Kruskal-Wallis 1-way ANOVA (k samples) 8. Select Run at the bottom of that dialog.
That should do it, Sandy.
------------------------------ Rick Marcantonio Quality Assurance IBM ------------------------------ | | Reply to Group Online View Thread Recommend Forward |
Original Message: Sent: Fri February 18, 2022 01:20 PM | |
| |

Original Message:
Sent: 2/18/2022 1:28:00 PM
From: Rick Marcantonio
Subject: RE: post-hoc comparisons after Kruskal Wallis test
1. Analyze > Nonparametric Tests > Independent Samples ...
2. Click the "Fields" tab at the top of that dialog
3. Move the dependent variables you want into the "Test Fields" box
4. Move the grouping variable into the Groups box
5. Click the "Settings" tab at the top of that dialog
6. Select "Customize tests"
7. Select Kruskal-Wallis 1-way ANOVA (k samples)
8. Select Run at the bottom of that dialog.
That should do it, Sandy.
------------------------------
Rick Marcantonio
Quality Assurance
IBM
------------------------------
Original Message:
Sent: Fri February 18, 2022 01:20 PM
From: Sandy Lioupi
Subject: post-hoc comparisons after Kruskal Wallis test
Hi,
Thank you so much for the reply.
I tried it but I am afraid I have trouble with the syntax.
Is there another test I could run from the menu-analysis-etc?
Best,
Sandy
Hi, Sandy. Did you use the NPTESTS command? Something like this: ``` NPTESTS /INDEPENDENT TEST (dv1 dv2 dv3) GROUP (catvar3) KRUSKAL_WALLIS... -posted to the "SPSS Statistics" group
Re: post-hoc comparisons after Kruskal Wallis test | | | Hi, Sandy.
Did you use the NPTESTS command? Something like this:
```
NPTESTS
/INDEPENDENT TEST (dv1 dv2 dv3) GROUP (catvar3)
KRUSKAL_WALLIS(COMPARE=PAIRWISE)
/MISSING SCOPE=ANALYSIS USERMISSING=EXCLUDE
/CRITERIA ALPHA=0.05 CILEVEL=95.
```
------------------------------
Rick Marcantonio
Quality Assurance
IBM
------------------------------
| | Reply to Group Online View Thread Recommend Forward |
Original Message:
Sent: Thu February 17, 2022 02:01 PM | |
| |

Original Message:
Sent: 2/17/2022 2:10:00 PM
From: Rick Marcantonio
Subject: RE: post-hoc comparisons after Kruskal Wallis test
Hi, Sandy.
Did you use the NPTESTS command? Something like this:
```
NPTESTS
/INDEPENDENT TEST (dv1 dv2 dv3) GROUP (catvar3)
KRUSKAL_WALLIS(COMPARE=PAIRWISE)
/MISSING SCOPE=ANALYSIS USERMISSING=EXCLUDE
/CRITERIA ALPHA=0.05 CILEVEL=95.
```
------------------------------
Rick Marcantonio
Quality Assurance
IBM
------------------------------
#SPSSStatistics