Learn R Programming

mirt (version 0.4.2)

extract.item: Extract an item object from mirt objects

Description

Extract the internal mirt objects from any estimated model.

Usage

extract.item(x, item, group = NULL)

Arguments

x
mirt model of class 'ExploratoryClass', 'ConfirmatoryClass', or 'MultipleGroupClass'
item
a number signifying which item to extract
group
a number signifying which group the item should be extracted from (applies to 'MultipleGroupClass' only)

Examples

Run this code
mod <- mirt(Science, 1)
extr.1 <- extract.item(mod, 1)

Run the code above in your browser using DataLab