Originally posted by Lucy Kay
View Post
Code:
clear input subject test1 test2 test3 test4 test5 1 2 3 2 3 3 2 2 2 2 2 3 3 2 2 2 2 4 end kap test1-test5
Code:
. kap test1-test5
There are 5 raters per subject:
Outcome | Kappa Z Prob>Z
-----------------+-------------------------------
2 | -0.0500 -0.27 0.6079
3 | 0.1477 0.81 0.2092
4 | -0.0714 -0.39 0.6522
-----------------+-------------------------------
combined | 0.0278 0.18 0.4274
Code:
recode test1-test5 (2 4 = 2) list kap test1-test5
Code:
. list
+-------------------------------------------------+
| subject test1 test2 test3 test4 test5 |
|-------------------------------------------------|
1. | 1 2 3 2 3 3 |
2. | 2 2 2 2 2 3 |
3. | 3 2 2 2 2 2 |
+-------------------------------------------------+
. kap test1-test5
There are 5 raters per subject:
Two-outcomes, multiple raters:
Kappa Z Prob>Z
-----------------------------
0.1477 0.81 0.2092
Originally posted by Lucy Kay
View Post
Code:
kap test1-test55 in 1
I feel that we keep repeating ourselves, so I will bail out at this point. All the best.

Comment