Learn R Programming

rcrtan (version 0.1.1)

b_index: Calculate B-index

Description

Calculate B-index

Usage

b_index(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

Bindex B-index values for items on the test

Examples

Run this code
# NOT RUN {
b_index(bh_depend, 2:31, 21, scale = 'raw')
# }

Run the code above in your browser using DataLab