rawScore {conquestr} | R Documentation |
rawScore
Description
returns the adjusted (for zero and perfects) and unadjusted raw scores as well as the maximum score.
Usage
rawScore(x, itemParams, perfAdjust = 0.3)
Arguments
x |
a vector of scored item responses. Order of item responses is the same as the order of |
itemParams |
A list of item params of the structure used in |
perfAdjust |
the correction factor for zeros and perfects to be add/subtracted from the raw score. |
Value
a list containing three elements: (1) raw score (unadjusted), (2) raw score (adjusted), (3) maximum score.
[Package conquestr version 1.5.1 Index]