Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kayleedavisgithub/krippendorffs_alpha_r

Calculating Krippendorff's Alpha in R, with bootstrapping, citations, and notes.
https://github.com/kayleedavisgithub/krippendorffs_alpha_r

bootstrap content-analysis krippendorffs-alpha r reliability

Last synced: 6 days ago
JSON representation

Calculating Krippendorff's Alpha in R, with bootstrapping, citations, and notes.

Awesome Lists containing this project

README

        

### Krippendorffs Alpha R
Calculating Krippendorff's Alpha in R, with example and some exploration. Future versions will add more examples, more reliability coefficients, and a .pdf explaining how these calculations are done (and what they tell us).

#### Data Structure:

| | Document 1 | Document 2 | ... | Document n |
| --- | --- | --- | --- | --- |
| Coder 1 | 1 | 0 | ... | 0 |
| Coder 2 | 1 | 1 | ... | 0 |
| ... | ... | ... | ... | ... |
| Coder n | 1 | 0 | ... | 0 |

#### Licensing and Citation
The content of this project itself is licensed under the [Creative Commons Attribution 3.0 license](https://creativecommons.org/licenses/by/3.0/us/deed.en_US). Please check licensing information for underlying scholarly work and R source coding. Be sure to cite package and coding content creators when applicable.

Issues? - https://github.com/KayleeDavisGitHub/Krippendorffs_Alpha_R/issues