rater: Rater Reliability

View source: R/rater.h.R

raterR Documentation

Rater Reliability

Description

Rater Reliability

Usage

rater(
  data,
  vars,
  model = "oneway",
  type = "agreement",
  unit = "single",
  pair = FALSE,
  interrater = FALSE,
  icc = FALSE,
  bicc = FALSE,
  ic = FALSE,
  ftest = FALSE,
  fk = FALSE,
  cw = FALSE,
  ek = FALSE,
  krip = FALSE,
  method = "nominal",
  t = "col",
  pa = FALSE,
  boot = 1000,
  bt = FALSE,
  boot1 = 1000,
  kend = FALSE
)

Arguments

data

The data as a data frame.

vars

.

model

.

type

.

unit

.

pair

.

interrater

.

icc

.

bicc

.

ic

.

ftest

.

fk

.

cw

.

ek

.

krip

.

method

.

t

.

pa

.

boot

.

bt

.

boot1

.

kend

.

Value

A results object containing:

results$instructions a html
results$text a preformatted
results$matrix a table
results$interrater a table
results$fk a table
results$bt a table
results$ek a table
results$cw a table
results$pa a table
results$icc a table
results$bicc a table
results$kend a table
results$ic a table
results$ftest a table
results$krip a table

Tables can be converted to data frames with asDF or as.data.frame. For example:

results$matrix$asDF

as.data.frame(results$matrix)


hyunsooseol/seolmatrix documentation built on July 4, 2025, 3:05 a.m.