Hello folks,
Remotely related to something I work on, I stumbled about inter-rater relibility measures (see Wikipedia for example) and since I couldn’t find any existing implementations I decided to try implementing one in pure julia. (Krippendorffs Alpha)
2 Questions came to mind:
- are there any implementations of those measures in julia that I missed?
- is there a package where those would fit in? (I’m not aware of any social research focussed julia packages, since that’s where those measures seem to be common)
or - do you think it would be worthwhile to create a package for those measures?
Thanks in advance.