$,Response_set-method {irt} | R Documentation |
Get slots of the a Response_set-class
object.
Description
Get slots of the a Response_set-class
object.
Usage
## S4 method for signature 'Response_set'
x$name
Arguments
x |
An |
name |
Name of the parameter. Available values:
|
Value
See the 'name' argument above for possible return values.
Author(s)
Emre Gonulates
Examples
resp <- sim_resp(ip = generate_ip(), theta = rnorm(5),
output = "response_set")
resp$response_list
[Package irt version 0.2.9 Index]