max_score {irt} | R Documentation |
Calculate the maximum possible score
max_score(ip, resp = NULL, sum = TRUE)
## S4 method for signature 'Item'
max_score(ip, resp = NULL, sum = TRUE)
## S4 method for signature 'Itempool'
max_score(ip, resp = NULL, sum = TRUE)
ip |
An |
resp |
A |
sum |
If |
Maximum possible score of each item
Emre Gonulates