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",
  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

.

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$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$interrater$asDF

as.data.frame(results$interrater)


hyunsooseol/seolmatrix documentation built on July 25, 2024, 4:42 a.m.