JuliaPsychometrics / ItemResponseFunctions.jl

A lightweight julia package providing basic implementations of item response models
MIT License
1 stars 0 forks source link

Implement `get_item_locations` #51

Open p-gw opened 3 days ago

p-gw commented 3 days ago

I want to be able to extract the item location from ItemParameters.

b = ItemParameters(PCM, b = 0.0, t = (0.5, 1.0))

get_item_locations(b)  # returns: [0.5, 1.0]
p-gw commented 3 days ago

requires https://github.com/JuliaPsychometrics/AbstractItemResponseModels.jl/pull/26