get_tau {dscore} | R Documentation |
Obtain difficulty parameters from item bank
Description
Searches the item bank for matching items, and returns the difficulty estimates. Matching is done by item name. Comparisons are done in lower case.
Usage
get_tau(
items,
key = NULL,
itembank = dscore::builtin_itembank,
verbose = FALSE
)
Arguments
items |
A character vector containing names of items to be
included into the D-score calculation. Milestone scores are coded
numerically as |
key |
String. Name of the key that bundles the difficulty estimates
pertaining one the same Rasch model. View |
itembank |
A |
verbose |
Logical. Print settings. |
Value
A named vector with the difficulty estimate per item with
length(items)
elements.
Author(s)
Stef van Buuren 2020
See Also
Examples
# difficulty levels in the GHAP lexicon
get_tau(items = c("ddifmd001", "DDigmd052", "xyz"))