infer_test: Function to infer the test type based on the item ids.

View source: R/utils.R

infer_testR Documentation

Function to infer the test type based on the item ids.

Description

Will stop and give a message if there is more than 1 content area.

Usage

infer_test(item_ids)

Arguments

item_ids

a vector of item ids from which to infer test type

Value

the content and grade, based on item_ids or a warning (if input is not a single grade and test)

Examples

## Not run: 
library(exirt)
infer_test(list_of_item_ids)

## End(Not run)

UO-BRT/exirt documentation built on Jan. 29, 2023, 8:51 a.m.