get_ft_items: Get field test item IDs from a single model or list of models

View source: R/get-params.R

get_ft_itemsR Documentation

Get field test item IDs from a single model or list of models

Description

Get field test item IDs from a single model or list of models

Usage

get_ft_items(model_ob)

Arguments

model_ob

The fitted model or list of fitted models

Value

data frame of field test items

Examples

library(exirt)
## Not run: 
rasch_mod <-
exirt::rasch(
  test = math_items,
  omit_field_test = TRUE,
  anchored = FALSE
)
ft_item_names <- exirt::get_ft_items(rasch_mod)

## End(Not run)

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