[[<-,Response_set,numeric,missing-method | R Documentation |
Response_set
objects.Set the elements of an Response_set
objects.
## S4 replacement method for signature 'Response_set,numeric,missing'
x[[i, j]] <- value
x |
|
i |
indices specifying elements to extract or replace. |
j |
This will not be used in |
value |
An |
An updated Response_set-class
object.
Emre Gonulates
resp_set <- sim_resp(ip = generate_ip(n = 12), theta = rnorm(10),
output = "response_set")
r1 <- response(score = c(0, 1), examinee_id = "Stu-22",
item_id = c("Item_1", "Item_2"))
resp_set[[2]] <- r1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.