JuliaPsychometrics / AbstractItemResponseModels.jl

An API for item response modelling in Julia
https://juliapsychometrics.github.io/AbstractItemResponseModels.jl/
MIT License
4 stars 0 forks source link

Draft: Add scoring function #10

Closed p-gw closed 1 year ago

p-gw commented 1 year ago

closes #9

p-gw commented 1 year ago

I don't particularly like the name scoring_function for the kwarg, but do not have any better idea. Do you have a suggestion @t-alfers?

t-alfers commented 1 year ago

cat_scores, category_scores, cat_scoring,...?

p-gw commented 1 year ago

cat_scores, category_scores, cat_scoring,...?

I think these imply a nominal or ordinal response type.

The function could also be something like x -> x^2 for continuous responses or some weird reverse coding for dichotomous models, x -> 1 - x.