Item-based example pool with item contents (95 items).
This pool is associated with the following objects:
itemattrib_fatigue
An '>item_attrib
object containing item 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.
itemcontent_fatigue_data
A data.frame
containing item contents.
constraints_fatigue_data
A data.frame
containing constraint specifications.
resp_fatigue_data
A data.frame
containing raw response data.
# NOT RUN {
itempool_fatigue <- loadItemPool(itempool_fatigue_data)
itemattrib_fatigue <- loadItemAttrib(itemattrib_fatigue_data, itempool_fatigue)
constraints_fatigue <- loadConstraints(constraints_fatigue_data,
itempool_fatigue, itemattrib_fatigue)
# }
Run the code above in your browser using DataLab