pspp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Kruskal Wallis Test


From: Alan Mead
Subject: Re: Kruskal Wallis Test
Date: Thu, 26 Feb 2015 21:14:13 -0600
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Rex,

My copy of PSPP doesn't seem to have a way to generate the test using dialogs so you have to use syntax.  Here's what you need to do:

1) Open your data file (or the file attached)
2) Then open a syntax file (in the data window, choose File > New > Syntax)
3) Paste the below syntax.  Variable "DV" is the dependent variable and variable "group" is the grouping variable which has values 1, 2, 3.  It looks like your grouping variable must have contiguous integer values. Change DV to your dependent variable and change group and (1 3) to match your grouping variable.
4) In the syntax window, choose Run > All

NPAR TESTS
  /K-W=DV BY group(1 3)
  /MISSING ANALYSIS.

-Alan

On 2/26/2015 8:49 PM, rex villavelez wrote:
I'm quite new to PSPP but well versed in SPSS.. just wanna ask how can I run Kruskal Wallis Test in PSPP?

I saw something like inputing in Syntax but I seem cant get it to work, hope there will be a tutorial or guide to to do it, esp. if inputing data in the data or vairable view..

Hoping for a feedback, thank you...




Rex Rieta-Villavelez

Research Specialist, Southwestern University
Research Diver and Divemaster, Talisay City Aquanauts
Youth Leader, Talisay City, Cebu

"Significance, not just success"


_______________________________________________
Pspp-users mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/pspp-users

-- 

Alan D. Mead, Ph.D.
President, Talent Algorithms Inc.

science + technology = better workers

+815.588.3846 (Office)
+267.334.4143 (Mobile)

http://www.alanmead.org

Announcing the Journal of Computerized Adaptive Testing (JCAT), a
peer-reviewed electronic journal designed to advance the science and
practice of computerized adaptive testing: http://www.iacat.org/jcat

Attachment: kw_sample.sav
Description: application/spss-sav


reply via email to

[Prev in Thread] Current Thread [Next in Thread]