Static-methods function

Run fixed-form test assembly

Run fixed-form test assembly

Static is a test assembly function for performing fixed-form test assembly based on the generalized shadow-test framework. methods

Static(config, constraints, force_solver = FALSE) ## S4 method for signature 'config_Static' Static(config, constraints, force_solver = FALSE)

Arguments

  • config: a config_Static object. Use createStaticTestConfig for this.
  • constraints: a constraints object representing test specifications. Use loadConstraints for this.
  • force_solver: if TRUE, do not check whether the solver is one of recommended solvers for complex problems (set-based assembly, partitioning). (default = FALSE)

Returns

Static returns a output_Static object containing the selected items.

Examples

config_science <- createStaticTestConfig( list( method = "MAXINFO", target_location = c(-1, 1) ) ) solution <- Static(config_science, constraints_science)

References

van der Linden, W. J. (2005). Linear models for optimal test design.

Springer Science & Business Media.

  • Maintainer: Seung W. Choi
  • License: GPL (>= 2)
  • Last published: 2024-08-22