Learn R Programming

R-package irrNA: Coefficients of Interrater Reliability - Generalized for Randomly Incomplete Datasets

Indication

irrNA provides coefficients of interrater reliability that are generalized to cope with randomly incomplete (i.e. unbalanced) datasets without any imputation of missing values or any (row-wise or column-wise) omissions of actually available data. Applied to complete (balanced) datasets, these generalizations yield the same results as the common procedures, namely the Intraclass Correlation according to McGraw & Wong (1996) and the Coefficient of Concordance according to Kendall & Babington Smith (1939).

Usage

To get startet you could type the following line-commands into the R-console:

install.packages(irrNA)
library(irrNA)
example(iccNA)
example(icc_corr)
example(kendallNA)

For metrically scaled data please use iccNA; kendallNA is for ordinally scaled data. For further information please refer to https://cran.r-project.org/web/packages/irrNA/irrNA.pdf

Repository

You can find the latest version of irrNA on all CRAN-mirrors or at https://CRAN.R-project.org/package=irrNA .

Copy Link

Version

Install

install.packages('irrNA')

Monthly Downloads

387

Version

0.2.3

License

GPL-3

Maintainer

Markus Brueckl

Last Published

April 4th, 2022

Functions in irrNA (0.2.3)

Ebel51

Example data, given by Ebel (1951, Table 2)
iccNA

Intraclass correlation coefficients (ICCs) -- generalized for randomly incomplete datasets
kendallNA

Kendall's coefficient of concordance W -- generalized for randomly incomplete datasets
ConsistNA

irrNA example data, showing perfect consistency between raters and NAs
IndepNA

irrNA example data, showing NAs and perfect independence among raters and objects
icc_corr

Intraclass correlation coefficients (ICCs) for oneway and twoway models -- corrected version of icc{irr}
IndepW

irrNA example data, showing perfect independence among raters and NAs
Consist

irrNA example data, showing perfect consistency between raters
Indep

irrNA example data, showing perfect independence among raters and objects
EbelFILL

Example data, based on Ebel (1951, Table 2)