Hi all,
I am relatively new to both Stata and statistics in general. I am working on a research project investigating the inter-rater reliability between 3 different pathologists. So there are 3 raters per patient, which can give up to 15 different diagnoses. The data is set up so each of the 3 column heads is a different rater, with their diagnoses listed under it. Each row is represented by a different patient. My questions are:
1. How would I go about doing this? I have been using the command "kap rater1 rater2 rater3" - is this correct or should I be using a different command for Fleiss kappa since there are greater than 2 raters?
2. I have read a lot about weighted kappa, but since I am only looking at diagnoses (which are represented by a number), I don't need to use this right? To be more clear, someone either gets a diagnosis of lets say 1, while another pathologists gives them a diagnosis of 9. There is no scale of difference between the diagnoses- they either agree or don't.
3. for confidence interval, can I just use "kapci rater1 rater2 rater3"?
Thank you all for your help!
I am relatively new to both Stata and statistics in general. I am working on a research project investigating the inter-rater reliability between 3 different pathologists. So there are 3 raters per patient, which can give up to 15 different diagnoses. The data is set up so each of the 3 column heads is a different rater, with their diagnoses listed under it. Each row is represented by a different patient. My questions are:
1. How would I go about doing this? I have been using the command "kap rater1 rater2 rater3" - is this correct or should I be using a different command for Fleiss kappa since there are greater than 2 raters?
2. I have read a lot about weighted kappa, but since I am only looking at diagnoses (which are represented by a number), I don't need to use this right? To be more clear, someone either gets a diagnosis of lets say 1, while another pathologists gives them a diagnosis of 9. There is no scale of difference between the diagnoses- they either agree or don't.
3. for confidence interval, can I just use "kapci rater1 rater2 rater3"?
Thank you all for your help!

. Any other suggestions to figure out CI using kappa? As I run "kapci" it gives me slightly different confidence intervals every time. Upon further reading, I think this is do to the use of "bootstraps" (?) which I am unfamiliar with. This is the response Stata gives me every time I run "kapci rater1 rater2 rater3"- Note: default number of bootstrap replications has been set to 5 for syntax testing only.reps() needs to be increased when analysing real data.
Comment