getConstants {TestDesign} | R Documentation |
(Internal) Parse constants for adaptive test assembly simulation
Description
getConstants
is an internal function for
parsing constants for adaptive test assembly simulation.
Usage
getConstants(constraints, config, arg_data, true_theta, max_info)
Arguments
constraints |
a |
config |
a |
arg_data |
the |
true_theta |
the |
max_info |
the maximum possible information attainable by any single item in the pool. This is used to determine the M value if M is not supplied. |
Value
getConstants
returns a named list containing constants.
[Package TestDesign version 1.7.0 Index]