powered by
Run computerized adaptive testing with generalized shadow-test approach.
Shadow(object, config, true_theta = NULL, constraints = NULL, prior = NULL, prior_par = NULL, data = NULL, session = NULL)# S4 method for item_pool Shadow(object, config, true_theta = NULL, constraints = NULL, prior = NULL, prior_par = NULL, data = NULL, session = NULL)
# S4 method for item_pool Shadow(object, config, true_theta = NULL, constraints = NULL, prior = NULL, prior_par = NULL, data = NULL, session = NULL)
An '>item_pool object. Use loadItemPool for this.
'>item_pool
loadItemPool
A '>config_Shadow object.
'>config_Shadow
Numeric. A vector of true theta values to be used in simulation.
A list representing optimization constraints. Use loadConstraints for this.
loadConstraints
Numeric. A matrix or a vector containing priors.
Numeric. A vector of parameters for prior distribution.
Numeric. A matrix containing item response data.
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 { object <- itempool_science config <- createShadowTestConfig() true_theta <- rnorm(1) solution <- Shadow(itempool_science, config, true_theta, constraints_science) solution$output # }
Run the code above in your browser using DataLab