| Response-class {irt} | R Documentation |
An S4 class representing responses of a single examinee
Description
An S4 class representing responses of a single examinee
Slots
examinee_idExaminee/Subject/Student ID. A string or an integer to identify an examinee.
item_idA character vector holding the item IDs.
testlet_idA character vector holding the testlet IDs that given item belongs. It can be
NULLif none of the items belongs to any testlet. Items that do not belong to any testlet should be represented byNA.scoreA numeric vector holding the scores given to items.
raw_responseA vector of strings holding the raw responses to items.
orderAn integer vector representing the administration order of an item.
response_timeA numeric vector representing the response times. By default, numbers are assumed to represent seconds.
miscA list that will hold miscellaneous information about the responses. For example,
misc = list(item_role = c("O", "O", "O", "F"))will hold whether administered item is a field test or an operational test item.
Author(s)
Emre Gonulates