$,Response-method | R Documentation |
Response-class
object.Get slots of the an Response-class
object.
## S4 method for signature 'Response'
x$name
x |
An |
name |
Name of the parameter. Available values:
|
See the 'name' argument above for possible return values.
Emre Gonulates
resp <- response(score = c(0, 1, 0), examinee_id = "Ex-412",
item_id = c("I1", "I2", "I3"),
raw_response = c("B", "D", "A"),
order = 1:3,
response_time = c(66, 23, 89),
misc = list(form = "A1",
operational = c(TRUE, TRUE, FALSE))
)
resp$score
resp$item_id
resp$examinee_id
resp$raw_response
resp$order
resp$response_time
resp$misc
resp$misc$form
resp$form
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.