doExposureControl {TestDesign} | R Documentation |
(Internal) Perform exposure control
Description
doExposureControl
is an internal function for performing exposure control.
This is a wrapper function for calling other low-level functions for respective exposure control methods.
Usage
doExposureControl(
exposure_record,
segment_record,
o,
j,
current_theta,
eligibility_flag,
simulation_constants
)
Arguments
exposure_record |
a named list containing exposure records. |
segment_record |
a named list containing counts on theta segments. |
o |
an |
j |
the numeric index of the examinee. |
current_theta |
a named list containing data on current theta estimate. |
eligibility_flag |
a named list containing eligibility flags. |
simulation_constants |
a named list containing simulation constants. |
Value
doExposureControl
returns an updated list for exposure control records.
[Package TestDesign version 1.7.0 Index]