Learn R Programming

TestDesign (version 1.0.2)

item_pool-class: An S4 class to represent an item pool

Description

An S4 class to represent an item pool.

Arguments

Slots

ni

Numeric. The number of items in the item pool.

max_cat

Numeric. The maximum number of response categories across all items.

index

Numeric. A vector of item indices.

id

Character. A vector of item ids.

model

Numeric. A vector of item model codes (1: item.1pl, 2: item_2PL, 3: item_3PL, 4: item_PC, 5: item_GPC, 6: item_GR).

NCAT

Numeric. A vector of the number of response categories for each item.

parms

A list of item parameters in the pool.

ipar

A matrix of item parameters in the pool.

se

A matrix representing standard errors of the item parameters.

raw

A data.frame containing raw input data.