get_ft_items | R Documentation |
Get field test item IDs from a single model or list of models
get_ft_items(model_ob)
model_ob |
The fitted model or list of fitted models |
data frame of field test items
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.