pull_item_diffs | R Documentation |
Pull item difficulties from a single model
pull_item_diffs(model)
model |
The fitted model object. Output from |
A data frame with the item ID, difficulty, and 95% CI.
library(exirt) ## Not run: rasch_mod_ft <- exirt::rasch( test = math_items, omit_field_test = FALSE ) exirt::get_item_diffs(rasch_mod_ft) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.