createModule: Create a single module

View source: R/module_functions.R

createModuleR Documentation

Create a single module

Description

createModule is a function for creating a module object based on the item pool, attribute, and constraints.

Usage

createModule(constraints, item_pool, item_attrib, passage_attrib)

Arguments

constraints

constraints data. A data.frame or a csv file name to be used in loadConstraints.

item_pool

item pool data. A data.frame or a csv file name to be used in loadItemPool.

item_attrib

item attribute data. A data.frame or a csv file name to be used in loadItemAttrib.

passage_attrib

passage attribute data. A data.frame or a csv file name to be used in loadStAttrib.

Value

a module object.


maat documentation built on May 18, 2022, 9:07 a.m.