Static {TestDesign} | R Documentation |
Run fixed-form test assembly
Description
Static
is a test assembly function for performing fixed-form test assembly based on the generalized shadow-test framework.
Usage
Static(config, constraints, force_solver = FALSE)
## S4 method for signature 'config_Static'
Static(config, constraints, force_solver = FALSE)
Arguments
config |
a |
constraints |
a |
force_solver |
if |
Value
Static
returns a output_Static
object containing the selected items.
References
van der Linden, W. J. (2005). Linear models for optimal test design. Springer Science & Business Media.
Examples
config_science <- createStaticTestConfig(
list(
method = "MAXINFO",
target_location = c(-1, 1)
)
)
solution <- Static(config_science, constraints_science)
[Package TestDesign version 1.6.1 Index]