Learn R Programming

TestDesign (version 1.7.0)

initializeSegmentRecord: (Internal) Initialize segment record

Description

initializeSegmentRecord is an internal function for creating a new segment record.

Usage

initializeSegmentRecord(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

Arguments

simulation_constants

a named list containing simulation constants.