interrater.reliability: Conduct interrater reliability tests.

Description Usage Arguments Value Examples

View source: R/interrater.reliability.R

Description

interrater.reliability will perform some basic heuristics to determine which test to run on your data.

Usage

1
interrater.reliability(d, type = c("categorical", "ordinal"))

Arguments

d

the dataset that you want to analyse. Should contain one column per rater.

type

indicates whether the data to be analysed is categorical or ordinal. If type is ordinal then weights are used. Make sure that for ordinal data the factors are set in the correct order. Use levels(d) to see the factor levels of your variable

Value

The results of the test, along with details of the analysis

Examples

1
2

vkostakos/hcitools documentation built on Oct. 7, 2020, 3:40 a.m.