ItemResponsePlots.jl
Visualizations for item response models with Makie.jl
Visualizations for item response models with Makie.jl
ItemResponsePlots.jl is a julia package that provides plotting capabilities for item response models. It is developed by the JuliaPsychometrics organization under MIT license.
To install this package simply use julias package management system.
] add ItemResponsePlots
ItemResponsePlots.jl integrates with the interface designed in AbstractItemResponseModels.jl. This means that all packages implementing the interface can automatically use the plotting recipes and plots defined in ItemResponsePlots.jl.
Currently the list of packages includes:
For a fully worked example see the Getting started section.