[[,Response_set,numeric,missing-method {irt} | R Documentation |
Subset Response_set
objects
Description
Subset Response_set
objects
Usage
## S4 method for signature 'Response_set,numeric,missing'
x[[i, j, ...]]
Arguments
x |
A |
i |
indices specifying elements to extract or replace. |
j |
This will not be used in |
... |
Additional parameters to be passed to the function. |
Value
A Response-class
object.
Author(s)
Emre Gonulates
Examples
resp_set <- sim_resp(ip = generate_ip(n = 12), theta = rnorm(10),
output = "response_set")
resp_set[[2]]
[Package irt version 0.2.9 Index]