Skip to main content

A simple Python package to compute some inter-rater agreement measures.

Project description

pyagree

A simple Python package to compute some inter-rater agreement measures. Among the other measures this package provides an implementation for both the Information Agreement and the extension-by-continuity of Information Agreement coefficients (see [1]).

Documentation

Here you can find the pyagree documentation. It contains:

  • the instruction to install the package
  • the user manual and some examples
  • the API manual

Examples

In order to use pyagree, it is sufficient to import it, for instance, by using the statement

import pyagree

After that, all the functions reported can be invoked as follows:

pyagree.<function name>(<parameter1>, ...)

Alternatively, the desired functions can be individually imported and avoiding the package name prefix as in:

from pyagree import <function name>

<function name>(<parameter1>, ...)

For instance, the Python program:

from pyagree import yule_y, cohen_kappa

A = [[10,  1],
     [ 5, 10]]

Y = yule_y(A)
K = cohen_kappa(A)

print("Yule's Y = {}".format(Y))
print("Cohen's Kappa = {}".format(K))

evaluates both Yule's Y and Cohen's kappa of the agreement matrix A and print them in output.

References

[1] Casagrande, A. and Fabris, F. and Girometti R. (2020). Beyond Kappa: An Informational Index for Diagnostic Agreement in Dichotomous and Multivalue Ordered-Categorical Ratings, Submitted for the publication.

Copyright and license

pyagree Copyright (C) 2020 Alberto Casagrande acasagrande@units.it

Copyright (c) 2020 Alberto Casagrande

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyagree-0.0.4.tar.gz (9.6 kB view details)

Uploaded Source

Built Distribution

pyagree-0.0.4-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

Details for the file pyagree-0.0.4.tar.gz.

File metadata

  • Download URL: pyagree-0.0.4.tar.gz
  • Upload date:
  • Size: 9.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.6

File hashes

Hashes for pyagree-0.0.4.tar.gz
Algorithm Hash digest
SHA256 2401037bd8a60142db5cca2079bf7a45b5d8613edd315b1dba078b561d36036d
MD5 848f7f4425aa99f7d866d464f82a5065
BLAKE2b-256 28d77c65898782f83adb55913f136747bde4b9d7dbcab1ccd29c26b11cf34c81

See more details on using hashes here.

File details

Details for the file pyagree-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: pyagree-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 10.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.6

File hashes

Hashes for pyagree-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 655edc1af002c89012b5b2863540fbd1f480914dff18404a31e1d6b18a41e369
MD5 3668aab92f4af5241d8a687618b56546
BLAKE2b-256 fa408c81926b242176acbe75d42d6723e640a325e64f7280f783eff73935e637

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page