dataset_fatigue {TestDesign} | R Documentation |
Fatigue dataset
Description
Item-based example pool with item contents (95 items).
Details
This pool is associated with the following objects:
-
itempool_fatigue
anitem_pool
object containing 95 items. -
itemattrib_fatigue
anitem_attrib
object containing 7 item-level attributes. -
constraints_fatigue
aconstraints
object containing 111 constraints.
Also, the following objects are intended for illustrating expected data structures.
-
itempool_fatigue_data
adata.frame
containing item parameters. -
itemattrib_fatigue_data
adata.frame
containing item attributes. -
itemtext_fatigue_data
adata.frame
containing item texts. -
constraints_fatigue_data
adata.frame
containing constraint specifications. -
resp_fatigue_data
adata.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)
[Package TestDesign version 1.6.1 Index]