agree_stat: Calculate Agreement statistic

Description Usage Arguments Value Examples

Description

Calculate Agreement statistic

Usage

1
agree_stat(data, items, cut_score, scale = "raw")

Arguments

data

A data frame of dichotomously scored test times

items

Raw column indices representing the test items

cut_score

A raw or percentage cut-score

scale

A character vector indicating whether the cut-score is 'raw' (default) or 'percent'

Value

Agree Agreement statistic values for items on the test

Examples

1
agree_stat(bh_depend, 2:31, 21, scale = 'raw')

gtlaflair/rcrtan documentation built on May 24, 2021, 11:07 a.m.