Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

runAssembly

Run Test Assembly


Description

runAssembly is a function to perform test assembly. This function is used internally in Static and Shadow.

Usage

runAssembly(config, constraints, xdata = NULL, objective = NULL)

Arguments

config

a config_Static or a config_Shadow object containing configuration options. Use createStaticTestConfig and createShadowTestConfig for this.

constraints

a constraints object. Use loadConstraints for this.

xdata

a list containing extra constraints in MIP form, to force-include previously administered items.

objective

the information value for each item in the pool.

Value

A list containing the following entries:

  • MIP A list containing the result from MIP solver.

  • status The MIP status value, indicating whether an optimal solution was found.

  • shadow_test The attributes of the selected items.

  • obj_value The objective value of the solution.

  • solve_time The elapsed time in running the solver.

References

van der Linden, W. J. (2005). Linear models for optimal test design. Springer Science & Business Media.


TestDesign

Optimal Test Design Approach to Fixed and Adaptive Test Construction

v1.2.2
GPL (>= 2)
Authors
Seung W. Choi [aut, cre] (<https://orcid.org/0000-0003-4777-5420>), Sangdon Lim [aut] (<https://orcid.org/0000-0002-2988-014X>)
Initial release
2021-01-26

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.