Date: Wed, 1 Jun 2011 10:29:53 -0700
Reply-To: Bruce Weaver <bruce.weaver@hotmail.com>
Sender: "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From: Bruce Weaver <bruce.weaver@hotmail.com>
Subject: Re: Kappa w/ unequal score ranges in SPSS 19
In-Reply-To: <1306946836612-4445766.post@n5.nabble.com>
Content-Type: text/plain; charset=us-ascii
The way to fix the non-square table problem is (or at least was) to use the
integer mode for CROSSTABS. E.g., if there are 5 possible ratings (1-5),
and r1 and r2 are the two raters:
CROSSTABS VARIABLES=r1 (1,5) r2 (1,5)
/TABLES=r1 by r2 / stat = kappa.
I don't have v19 yet, so cannot comment on what it is doing. What does your
CROSSTABS syntax look like?
HTH.
jnk7711 wrote:
>
> Hi all -
>
> I just upgraded to SPSS 19 and I went to run some syntax I wrote in SPSS
> 18. In SPSS 18, I was unable to compute kappa when my raters had unequal
> score ranges - that is, when the matrix for two raters was not
> symmetrical. For example, if rater 1 used scores of 1, 2, 3, 4, and 5 but
> rater 2 only used scores of 2, 3, 4, and 5 then SPSS 18 would not compute
> kappa. To compute kappa, I added in dummy variables to create a
> symmetrical matrix.
>
> It appears that in SPSS 19 this is not needed. That is, it appears that in
> version 19 unequal score ranges are no longer an issue, and SPSS will
> automatically correct for a non-symmetrical matrix.
>
> I was hoping that someone else can confirm this for me - I have been
> having trouble finding out whether or not this is the case.
>
-----
--
Bruce Weaver
bweaver@lakeheadu.ca
http://sites.google.com/a/lakeheadu.ca/bweaver/
"When all else fails, RTFM."
NOTE: My Hotmail account is not monitored regularly.
To send me an e-mail, please use the address shown above.
--
View this message in context: http://spssx-discussion.1045642.n5.nabble.com/Kappa-w-unequal-score-ranges-in-SPSS-19-tp4445766p4445868.html
Sent from the SPSSX Discussion mailing list archive at Nabble.com.
=====================
To manage your subscription to SPSSX-L, send a message to
LISTSERV@LISTSERV.UGA.EDU (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
|