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

Make `aggregate_fun` more user friendly #9

Closed p-gw closed 1 year ago

p-gw commented 1 year ago

Automatically broadcast aggregate_fun over the relevant dimensions. For users this should be more accessibly since they only have to specify mean, median or similar instead of a more difficult function definition like x -> vec(mean(x, dims=2))