agreement: Agreement

Description Usage Arguments Value Examples

View source: R/Agreement.R

Description

This function returns the overall and specific agreeement (Cicchetti 1990)

Usage

1
agreement(a, b = NULL)

Arguments

x

A numerical vector or a matrix of 2 raters

y

A numerical vector

Value

overall agreement, specific agreements for each class and the confusion matrix

Examples

1
agreement(c(1,2,2,3,2), c(1,2,4,3,2))

sauthiem/BlandAltman documentation built on May 7, 2021, 11:05 p.m.