addScoreToConstraintData {TestDesign} | R Documentation |
(Internal) Sum scores of items in a solution that match a constraint
Description
addScoreToConstraintData
is an internal function for
summing the score of items in a solution that match a constraint.
Usage
addScoreToConstraintData(x, attrib, item_idx, item_resp, item_ncat)
Arguments
x |
a |
attrib |
an |
item_idx |
item indices in the solution. |
item_resp |
scores of items in the solution. |
item_ncat |
number of score categories of items in the solution. |
Value
addScoreToConstraintData
returns an updated data.frame
.
[Package TestDesign version 1.7.0 Index]