Hello,
I'm trying to calculate the Fleiss kappa and keep receiving errors. I have one subject, eight categories, and 10 raters. I organized my data in the following way:
I run the following command "kap rater1 rater2 rater3 rater4 rater5 rater6 rater7 rater8 rater9 rater10"
my output is the following:
Outcome | Kappa Z Prob>Z
-----------------+-------------------------------
1 | -0.0127 -0.24 0.5949
2 | 0.2982 5.66 0.0000
3 | 0.1228 2.33 0.0099
4 | -0.0403 -0.76 0.7776
5 | 0.2059 3.91 0.0000
-----------------+-------------------------------
combined | 0.1127 2.90 0.0019
This doesn't seem correct, so I was wondering if someone can advise me on how I should reorganize the data, or which command I should try instead.
Thank you in advance for your help!!
I'm trying to calculate the Fleiss kappa and keep receiving errors. I have one subject, eight categories, and 10 raters. I organized my data in the following way:
Category | rater 1 | rater 2 | rater 3 | rater 4 | rater 5 | rater 6 | rater 7 | rater 8 | rater 9 | rater 10 |
1 | # | # | # | # | # | # | # | # | # | # |
2 | # | # | # | # | # | # | # | # | # | # |
3 | # | # | # | # | # | # | # | # | # | # |
4 | # | # | # | # | # | # | # | # | # | # |
5 | # | # | # | # | # | # | # | # | # | # |
6 | # | # | # | # | # | # | # | # | # | # |
7 | # | # | # | # | # | # | # | # | # | # |
8 | # | # | # | # | # | # | # | # | # | # |
my output is the following:
Outcome | Kappa Z Prob>Z
-----------------+-------------------------------
1 | -0.0127 -0.24 0.5949
2 | 0.2982 5.66 0.0000
3 | 0.1228 2.33 0.0099
4 | -0.0403 -0.76 0.7776
5 | 0.2059 3.91 0.0000
-----------------+-------------------------------
combined | 0.1127 2.90 0.0019
This doesn't seem correct, so I was wondering if someone can advise me on how I should reorganize the data, or which command I should try instead.
Thank you in advance for your help!!
Comment