Skip to content

ItemResponsePlots.jl

Visualizations for item response models with Makie.jl

ItemResponsePlots.jl

What is ItemResponsePlots.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.

Installation

To install this package simply use julias package management system.

julia
] add ItemResponsePlots

How do I use this package?

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.