makeDiagnosticExposureRecord {TestDesign} | R Documentation |
(Internal) Collect diagnostic exposure record
Description
makeDiagnosticExposureRecord
is an internal function for
collecting diagnostic exposure record.
Usage
makeDiagnosticExposureRecord(
true_theta,
segment_record,
diagnostic_exposure_record,
config,
simulation_constants
)
Arguments
true_theta |
examinee's true theta. Used to determine the segment the true theta belongs to. |
segment_record |
a named list containing counts on theta segments. |
diagnostic_exposure_record |
a named list containing the diagnostic exposure record. |
config |
a |
simulation_constants |
a named list containing simulation constants. |
Value
makeDiagnosticExposureRecord
returns an updated exposure record.
[Package TestDesign version 1.7.0 Index]