Learn R Programming

irt (version 0.2.9)

add_misc: Add or change a named value to 'misc' slot of an Item-class, Itempool-class or Testlet-class object.

Description

Add or change a named value to 'misc' slot of an Item-class, Itempool-class or Testlet-class object.

Usage

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)

Value

An object with added 'misc' slot.

Arguments

ip

An Item-class, Testlet-class or Itempool-class object.

value

A list where each element should be named. Elements within the list will be added to 'misc' slot.

Author

Emre Gonulates

Examples

Run this code
item <- item(b = 1)
add_misc(item, list(sympson_hetter_k = .75))

Run the code above in your browser using DataLab