get_num_items_in_test: Number of items in test

Description Usage Arguments Value

View source: R/logic.R

Description

Returns the total number of items in the test, including those that have yet to be administered. Methods exist for:

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
get_num_items_in_test(x)

## S3 method for class 'stopping_rule'
get_num_items_in_test(x)

## S3 method for class 'item'
get_num_items_in_test(x)

## S3 method for class 'test_state'
get_num_items_in_test(x)

Arguments

x

Object from which to extract the information.

Value

(Integer scalar) The total number of items in the test, including those that have yet to be administered.


pmcharrison/psychTestCAT documentation built on Sept. 16, 2020, 5:48 p.m.