JuliaPsychometrics / ItemResponsePlots.jl

Visualizations for item response models with Makie.jl
https://juliapsychometrics.github.io/ItemResponsePlots.jl/
MIT License
3 stars 0 forks source link

Implement wright map #12

Open p-gw opened 1 year ago

p-gw commented 1 year ago

We should add wrightmap to the package, a common plot for item response models.

https://www.wrightmap.org/ implements Wright maps for a variety of models in R.

p-gw commented 1 year ago

Since Wright maps are based on parameter estimates of the model, we need a way to fetch them via the AbstractItemResponseModels.jl API.

Related issue: https://github.com/JuliaPsychometrics/AbstractItemResponseModels.jl/issues/1

p-gw commented 5 months ago

Specs

A Makie.Figure containing itemmap and personmap.

wright_map(model[, items, persons]; kwargs...)

Item Parameters

Low-level plotting capability as itemmap

item_map(model[, items]; type, direction, kwargs...)

Person parameters

Low-level plotting capability as person_map

person_map(model[, persons]; type, direction, kwargs...)