| examinee-class {maat} | R Documentation |
Class 'examinee': a single examinee
Description
examinee is an S4 class to represent a single examinee.
Slots
examinee_idthe ID of examinee.
current_gradethe current grade the examinee is in. Updated using
updateGrade.current_phasethe current phase the examinee is in. Updated using
updatePhase.current_testthe current test the examinee is in. Updated using
updateTest.current_modulethe current module the examinee is in. Updated using
updateModule.grade_loggrades that the examinee belonged at each module position. Updated using
updateLog.phase_logphases that the examinee belonged at each module position. Updated using
updateLog.test_logtests that the examinee belonged at each module position. Updated using
updateLog.module_logmodules that the examinee belonged at each module position. Updated using
updateLog.n_modulethe number of modules the examinee received. This is the number of module positions.
true_thetaa vector containing the true theta (if simulated) of the examinee, for each module position.
initial_theta_in_modulea vector containing initial thetas used in each module.
prior_par_by_modulea list containing prior parameters used for each module.
estimated_theta_by_phasea list containing estimated thetas and SEs using items in each phase.
estimated_theta_by_testa list containing estimated thetas and SEs using combined items in each test. Updated using
updateThetaUsingCombined.estimated_theta_for_routinga list containing estimated thetas and SEs that were used for routing. Updated using
updateThetaForRouting.estimated_thetaa list containing estimated theta and SE using all responses from all modules. Updated using
updateAssessmentLevelTheta.alphathe alpha value used to compute lower and upper bounds.
selection_thetaa list containing selection thetas in each module position.
interim_thetaa list containing interim thetas and SEs in each module position.
administered_itemsa list containing administered items in each module position.
administered_stimulia list containing administered stimuli in each module position.
responsea list containing the examinee response in each module position.
item_dataa list containing
item_poolof administered items.routing_based_ona vector containing the routing was based on
estimated_theta_by_phaseor estimated_theta_by_test at each module position.