interpret_icc {effectsize}R Documentation

Interpret Intraclass Correlation Coefficient (ICC)

Description

The value of an ICC lies between 0 to 1, with 0 indicating no reliability among raters and 1 indicating perfect reliability.

Usage

interpret_icc(icc, rules = "koo2016", ...)

Arguments

icc

Value or vector of Intraclass Correlation Coefficient (ICC) values.

rules

Can be "koo2016" (default) or custom set of rules().

...

Not used for now.

Rules

References

Examples

interpret_icc(0.6)
interpret_icc(c(0.4, 0.8))

[Package effectsize version 0.8.7 Index]