config_Shadow-class | R Documentation |
createShadowTestConfig
is a config function for creating a config_Shadow
object for shadowtest assembly.
Default values are used for any unspecified parameters/slots.
createShadowTestConfig(
item_selection = NULL,
content_balancing = NULL,
MIP = NULL,
MCMC = NULL,
exclude_policy = NULL,
refresh_policy = NULL,
exposure_control = NULL,
overlap_control = NULL,
stopping_criterion = NULL,
interim_theta = NULL,
final_theta = NULL,
theta_grid = seq(-4, 4, 0.1)
)
item_selection |
a named list containing item selection criteria.
|
content_balancing |
a named list containing content balancing options.
|
MIP |
a named list containing solver options.
|
MCMC |
a named list containing Markov-chain Monte Carlo configurations for obtaining posterior samples.
|
exclude_policy |
a named list containing the exclude policy for use with the
|
refresh_policy |
a named list containing the refresh policy for when to obtain a new shadowtest.
|
exposure_control |
a named list containing exposure control settings.
|
overlap_control |
a named list containing overlap control settings.
|
stopping_criterion |
a named list containing stopping criterion.
|
interim_theta |
a named list containing interim theta estimation options.
|
final_theta |
a named list containing final theta estimation options.
|
theta_grid |
the theta grid to use as quadrature points. |
cfg1 <- createShadowTestConfig(refresh_policy = list(
method = "STIMULUS"
))
cfg2 <- createShadowTestConfig(refresh_policy = list(
method = "POSITION",
position = c(1, 5, 9)
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.