powered by
Perform adaptive test assembly based on generalized shadow-test approach, with specified configurations.
Shadow( config, constraints = NULL, true_theta = NULL, data = NULL, prior = NULL, prior_par = NULL, session = NULL )# S4 method for config_Shadow Shadow( config, constraints = NULL, true_theta = NULL, data = NULL, prior = NULL, prior_par = NULL, session = NULL )
# S4 method for config_Shadow Shadow( config, constraints = NULL, true_theta = NULL, data = NULL, prior = NULL, prior_par = NULL, session = NULL )
A '>config_Shadow object.
'>config_Shadow
A list representing optimization constraints. Use loadConstraints for this.
loadConstraints
Numeric. A vector of true theta values to be used in simulation.
Numeric. A matrix containing item response data.
Numeric. A matrix or a vector containing priors.
Numeric. A vector of parameters for prior distribution.
Used to communicate with a Shiny session.
van_der_linden_model_1998TestDesign
van_der_linden_optimal_1998TestDesign
van_der_linden_optimal_2000TestDesign
van_der_linden_linear_2005TestDesign
# NOT RUN { config <- createShadowTestConfig() true_theta <- rnorm(1) solution <- Shadow(config, constraints_science, true_theta) solution$output # }
Run the code above in your browser using DataLab