Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kayleedavisgithub/krippendorffs_alpha_r
- Owner: KayleeDavisGitHub
- Created: 2018-01-14T18:05:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-14T01:42:27.000Z (about 2 years ago)
- Last Synced: 2024-04-16T07:19:21.027Z (7 months ago)
- Topics: bootstrap, content-analysis, krippendorffs-alpha, r, reliability
- Language: R
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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