# A package for Inter-rater Reliability measures

**URL:** https://discourse.julialang.org/t/a-package-for-inter-rater-reliability-measures/45938
**Category:** Specific Domains
**Tags:** question
**Created:** [September 2, 2020, 9:30am UTC](https://discourse.julialang.org/t/a-package-for-inter-rater-reliability-measures/45938 "2020-09-02T09:30:28Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![FPGro](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/fpgro/32/20822_2.png) [@FPGro](https://discourse.julialang.org/u/FPGro)
#### Post date: [September 2, 2020, 9:30am UTC](https://discourse.julialang.org/t/a-package-for-inter-rater-reliability-measures/45938/1 "2020-09-02T09:30:29Z")

</div>

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.
