powered by
Item-class
Itempool-class
Testlet-class
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 Item add_misc(ip, value)# S4 method for Testlet add_misc(ip, value)# S4 method for Itempool add_misc(ip, value)
# S4 method for Item add_misc(ip, value)
# S4 method for Testlet add_misc(ip, value)
# S4 method for Itempool add_misc(ip, value)
An Item-class, Testlet-class or Itempool-class object.
A list where each element should be named. Elements within the list will be added to 'misc' slot.
An object with added 'misc' slot.
# NOT RUN { item <- item(b = 1) add_misc(item, list(sympson_hetter_k = .75)) # }
Run the code above in your browser using DataLab