Item-based example pool with item contents (95 items).

Details

This pool is associated with the following objects:

  • itempool_fatigue an item_pool object containing 95 items.

  • itemattrib_fatigue an item_attrib object containing 7 item-level attributes.

  • constraints_fatigue a constraints object containing 111 constraints.

Also, the following objects are intended for illustrating expected data structures.

  • itempool_fatigue_data a data.frame containing item parameters.

  • itemattrib_fatigue_data a data.frame containing item attributes.

  • itemtext_fatigue_data a data.frame containing item texts.

  • constraints_fatigue_data a data.frame containing constraint specifications.

  • resp_fatigue_data a data.frame containing raw response data.

Examples

itempool_fatigue   <- loadItemPool(itempool_fatigue_data)
itemattrib_fatigue <- loadItemAttrib(itemattrib_fatigue_data, itempool_fatigue)
constraints_fatigue <- loadConstraints(constraints_fatigue_data,
  itempool_fatigue, itemattrib_fatigue)