applyShrinkageCorrection {TestDesign} | R Documentation |
(Internal) Apply shrinkage correction to theta estimate
Description
applyShrinkageCorrection
is an internal function for applying shrinkage correction to a theta estimate.
Usage
applyShrinkageCorrection(EAP, config_theta, j)
Arguments
EAP |
a named list containing an EAP theta estimate. |
config_theta |
a list containing theta estimation configurations. |
j |
the examinee index. Used to parse the prior SD from the config. |
Value
applyShrinkageCorrection
returns an updated list containing corrected EAP theta estimate.
[Package TestDesign version 1.7.0 Index]