Metadata-Version: 2.1
Name: agreement
Version: 0.0.1
Summary: An implementation of popular agreement coefficients used for categorical measurements.
Home-page: https://github.com/heolin123/agreement
Author: Wojciech Włodarczyk
Author-email: wlodarczyk.woj@example.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/heolin123/agreement/issues
Description: # Annnotations_agreement
        Implementation of popular agreement coefficients used for categorical measurements such as:
        - Bennett et al.'s S score
        - Cohen's kappa
        - Gwet's gamma
        - Krippendorff alpha
        - Scott's pi
        
        ### Extended Formulas
        All implementations are using extended formulas, which allows using:
        - multiple raters
        - multiple categories
        - missing data
        
        ### Based on
        All implementations were based on formulas available on https://github.com/jmgirard/mReliability/
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
