max_score {irt} | R Documentation |
Calculate the maximum possible score
Description
Calculate the maximum possible score
Usage
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)
Arguments
ip |
An |
resp |
A |
sum |
If |
Value
Maximum possible score of each item
Author(s)
Emre Gonulates
[Package irt version 0.2.9 Index]