Learn R Programming

dscore (version 1.0.0)

builtin_itembank: Built-in itembank

Description

A data frame with administrative information per item. Includes only items that are part of a Rasch model. See builtin_itemtable() for an overview of all currently defined items.

Usage

builtin_itembank

Arguments

Format

A data.frame with variables:

Name Label
key String indicating a specific Rasch model, either "gsed", "gcdg" or "dutch"
item Item name, gsed lexicon
tau Difficulty estimate
instrument Instrument code, 3 letters
domain Domain code, 2 letter
mode Mode code, 1 letter
number Item number, 3 numbers
label Label (English)

See Also

dscore(), get_tau(), builtin_itemtable()

Examples

Run this code
# NOT RUN {
head(builtin_itembank)
# }

Run the code above in your browser using DataLab