add_misc | R Documentation |
Item-class
,
Itempool-class
or Testlet-class
object.Add or change a named value to 'misc' slot of an Item-class
,
Itempool-class
or Testlet-class
object.
add_misc(ip, value)
## S4 method for signature 'Item'
add_misc(ip, value)
## S4 method for signature 'Testlet'
add_misc(ip, value)
## S4 method for signature 'Itempool'
add_misc(ip, value)
ip |
An |
value |
A list where each element should be named. Elements within the list will be added to 'misc' slot. |
An object with added 'misc' slot.
Emre Gonulates
item <- item(b = 1)
add_misc(item, list(sympson_hetter_k = .75))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.