# Loading the 'tcals' parameters
data(tcals)
tcals <- as.matrix(tcals)
# Item bank creation with 'tcals' item parameters
createItemBank(tcals)
# Changing the fine grid of ability levels
createItemBank(tcals, thMin=-2, thMax=2, step=0.05)
# Item bank creation with 500 items
createItemBank(items=500)
Run the code above in your browser using DataLab