estimateFinalTheta
is an internal function for
estimating final theta.
estimateFinalTheta(
o,
j,
position,
augmented_item_pool,
model_code,
augmented_item_index,
augmented_item_resp,
include_items_for_estimation,
item_parameter_sample,
config,
simulation_constants,
bayesian_constants
)
estimateFinalTheta
returns an updated output_Shadow
object.
an output_Shadow
object.
the numeric index of the examinee.
the item position, ranging from 1 to test length.
the item_pool
object, also including any extra items supplied to the simulation.
machine-sanitized item model codes for passing onto C++ functions.
item indices of items administered to this examinee, also including any extra items supplied to the simulation.
responses for items administered to this examinee, also including any extra items supplied to the simulation.
an examinee-wise list containing:
administered_item_pool
items to include in theta estimation as item_pool
object.
administered_item_resp
item responses to include in theta estimation.
a list containing numerical samples of item parameters that reflect item parameter estimation uncertainty.
The output of iparPosteriorSample
goes here.
a config_Shadow
object. Use createShadowTestConfig
for this.
a named list containing simulation constants.
a named list containing Bayesian constants.