reliability_test: Run a kappa test on preferential looking data to test for...

View source: R/Kappa_Test.R

reliability_testR Documentation

Run a kappa test on preferential looking data to test for reliability in video coding from datavyu

Description

Run a kappa test on preferential looking data to test for reliability in video coding from datavyu

Usage

reliability_test(data, Subject1, Subject2, Trials)

Arguments

data

a data frame, or preferentially a tibble

Subject1

a column of directions coding by Subject 1

Subject2

a column of directions coding by Subject 2

Trials

a column of

Value

Kappa test output of coding reliability

Examples

data <- read_csv(mydata.csv)
reliability_test(data, 'LOOKING.DIRECTION', 'Looking_JG2.DIRECTION', 'TRIALS.SS')


samhforbes/DDLab documentation built on Sept. 17, 2023, 9:22 p.m.