initializeSegmentRecord {TestDesign} | R Documentation |
(Internal) Initialize segment record
Description
initializeSegmentRecord
is an internal function
for creating a new segment record.
Usage
initializeSegmentRecord(simulation_constants)
Arguments
simulation_constants |
a named list containing simulation constants. |
Value
initializeSegmentRecord
returns a list containing segment record.
freq_true
is a length-n_segment
vector containing the number of times examinees belonged in each theta segment, based on true thetas.freq_est
is a length-n_segment
vector containing the number of times examinees belonged in each theta segment, based on final theta estimates.count_true
count_est
[Package TestDesign version 1.7.0 Index]