Open p-gw opened 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
A Makie.Figure
containing itemmap
and personmap
.
wright_map(model[, items, persons]; kwargs...)
Low-level plotting capability as itemmap
item_map(model[, items]; type, direction, kwargs...)
Low-level plotting capability as person_map
person_map(model[, persons]; type, direction, kwargs...)
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.