We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should add wrightmap to the package, a common plot for item response models.
wrightmap
https://www.wrightmap.org/ implements Wright maps for a variety of models in R.
The text was updated successfully, but these errors were encountered:
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: JuliaPsychometrics/AbstractItemResponseModels.jl#1
Sorry, something went wrong.
A Makie.Figure containing itemmap and personmap.
Makie.Figure
itemmap
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
person_map(model[, persons]; type, direction, kwargs...)
p-gw
When branches are created from issues, their pull requests are automatically linked.
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.
The text was updated successfully, but these errors were encountered: