Learn R Programming

irr (version 0.70)

meanrho: Mean of bivariate rank correlations between raters

Description

Computes the mean of bivariate Spearman's rho rank correlations between raters as an index of the interrater reliability of ordinal data.

Usage

meanrho(ratings, fisher = TRUE)

Arguments

ratings
n*m matrix or dataframe, n subjects m raters.
fisher
a logical indicating whether the correlation coefficients should be Fisher z-standardized before averaging.

Value

  • A list with class '"irrlist"' containing the following components:
  • $methoda character string describing the method applied for the computation of interrater reliability.
  • $subjectsthe number of subjects examined.
  • $ratersthe number of raters.
  • $irr.namea character string specifying the name of the coefficient.
  • $valuecoefficient of interrater reliability.
  • $stat.namea character string specifying the name of the corresponding test statistic.
  • $statisticthe value of the test statistic.
  • $p.valuethe p-value for the test.
  • $errora character specifying whether correlations were dropped before the computation of the Fisher z-standardized average. Additionally, a warning message is created if ties were found within raters.

Details

Missing data are omitted in a listwise way. \crThemean of bivariate rank correlations should not be used as an index of interrater reliability when ties within raters occur. \crThenull hypothesis r=0 could only be tested when Fisher z-standardized values are used for the averaging. \crWhencomputing Fisher z-standardized values, perfect correlations are omitted before averaging because z equals +/-Inf in that case.

See Also

cor, kendall

Examples

Run this code
data(anxiety)
meanrho(anxiety, TRUE)

Run the code above in your browser using DataLab