My data consists of ordinal scores, 1-5, {https://www.ndph.ox.ac.uk/research/research-groups/applied-health-research-unit-ahru/discern/the-discern-questionnaire} and I wish to compare the agreement between two examiners. The problem is that there is a prevalence of two scores.
was going to use Cohen's Kappa but I understand that this prevalence makes Kappa uncertain, % agreement 70% but Kappa 0.4. It has been suggested Gwet's AC2 may be an appropriate measure but I could not find this in Stata. I am not sure if AC from kappaetc (SSC) is a suitable measure for this situation.
How should I approach this analysis?
This is typical data, the real dataset is much larger.
----------------------- copy starting from the next line -----------------------
------------------ copy up to and including the previous line ------------------
Julie
was going to use Cohen's Kappa but I understand that this prevalence makes Kappa uncertain, % agreement 70% but Kappa 0.4. It has been suggested Gwet's AC2 may be an appropriate measure but I could not find this in Stata. I am not sure if AC from kappaetc (SSC) is a suitable measure for this situation.
How should I approach this analysis?
This is typical data, the real dataset is much larger.
----------------------- copy starting from the next line -----------------------
Code:
* Example generated by -dataex-. For more info, type help dataex clear input byte(d1 h1) 1 1 3 1 1 1 3 3 1 3 1 1 3 3 1 1 3 1 3 3 end
Julie
Comment