.gitignore
.pre-commit-config.yaml
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
README.rst
pyproject.toml
requirements.txt
.github/workflows/linter.yml
.github/workflows/publish.yml
.github/workflows/test.yml
assets/congeneric_reliability.r
audpsychometric/__init__.py
audpsychometric.egg-info/PKG-INFO
audpsychometric.egg-info/SOURCES.txt
audpsychometric.egg-info/dependency_links.txt
audpsychometric.egg-info/requires.txt
audpsychometric.egg-info/top_level.txt
audpsychometric/core/__init__.py
audpsychometric/core/gold_standard.py
audpsychometric/core/reliability.py
audpsychometric/core/datasets/Hallgren-Table-03.csv
audpsychometric/core/datasets/Hallgren-Table-05.csv
audpsychometric/core/datasets/HolzingerSwineford1939.csv
audpsychometric/core/datasets/Shrout_Fleiss_1979.csv
audpsychometric/core/datasets/__init__.py
audpsychometric/core/datasets/datasets.csv
audpsychometric/core/datasets/statology.csv
audpsychometric/core/datasets/wine.csv
docs/bibliography.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/genindex.rst
docs/index.rst
docs/installation.rst
docs/refs.bib
docs/requirements.txt
docs/api-src/audpsychometric.rst
tests/conftest.py
tests/requirements.txt
tests/test_dataset.py
tests/test_gold_standard.py
tests/test_reliability.py