powered by
Response_set-class
Get slots of the a Response_set-class object.
# S4 method for Response_set $(x, name)
See the 'name' argument above for possible return values.
An Response_set-class object.
Name of the parameter. Available values:
'response_list'
Extract Response objects as a list.
'item_id'
Extract unique list of item IDs that are in the response set.
'testlet_id'
Extract unique list of testlet IDs that are in the response set.
'misc'
Extract 'misc' field.
'score'
Return a score matrix of responses
'raw_response'
Return a raw score matrix of responses
Emre Gonulates
resp <- sim_resp(ip = generate_ip(), theta = rnorm(5), output = "response_set") resp$response_list
Run the code above in your browser using DataLab