Learn R Programming

rcrtan (version 0.1.1)

if_pass: Calculate item facility for passing students

Description

Calculate item facility for passing students

Usage

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

Item_facility_pass Item facility values for test items of of test takers who passed the test

Examples

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

Run the code above in your browser using DataLab