Login  Register

Re: interrater reliabillity - but for any pair of raters?

Posted by Jon Peck on Jan 21, 2018; 2:27am
URL: http://spssx-discussion.165.s1.nabble.com/interrater-reliabillity-but-for-any-pair-of-raters-tp5735428p5735431.html

Looks like 2 of the ! chars have an illegal following blank.

On Sat, Jan 20, 2018 at 7:04 PM David Marso <[hidden email]> wrote:
Macro with nested !DO and CROSSTABS in body. Use OMS to capture output. AGGREGATE to get average. Or maybe Brian will post a link to his MATRIX program.

UNTESTED. I'm on my phone...

DEFINE ! AllPairsKappa( raters !CMDEND)
!LET !CPY = !raters
!DO ! j1 !IN ( !raters)
!LET ! CPY= !TAIL( !CPY)
!DO !j2 !IN (!CPY)
CROSSTABS TABLES !j1 BY !j2 /STATISTICS KAPPA.
!DOEND
!DOEND
!ENDDEFINE.

SET UP OMS..RTFM FOR THAT...

!AllPairsKappa raters= j1  j2  j3 ..... j30.

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (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
--
Jon K Peck
[hidden email]

===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (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