| SimResult-class {RSCAT} | R Documentation |
CAT simulation result
Description
An S4 class to represent CAT simulation results.
Slots
numExamineesa positive integer representing the number of simulated examinees.
trueThetasa numeric vector representing the true theta values of simulated examinees.
finalThetasa numeric vector representing the final theta estimates of simulated examinees.
finalThetaSEsa numeric vector representing the final theta estimate standard errors (SEs) of simulated examinees.
estThetasa list of length
numExaminees. Each element of the list is a numeric vector representing theta estimate at adaptive stages for the simulated examinee.estThetaSEsa list of length
numExaminees. Each element of the list is a numeric vector representing theta estimate standard error (SE) at adaptive stages for the simulated examinee.scoresa list of length
numExaminees. Each element of the list is a numeric vector representing scores at adaptive stages for the simulated examinee. 0 for an incorrect repsonse and 1 for a correct respone.itemsAdministereda list of length
numExaminees. Each element of the list is a character vector representing identifiers of adminsitered items at adaptive stages for the simulated examinee.shadowTestsa list of length
numExaminees. Each element of the list is also a list representing the shadow test assembled at each adaptive stage.engineTimea list of length
numExaminees. Each element of the list is a numeric vector representing the engine time at each adaptive step. the engine time includes time consumed by CAT algorithms and shadow test assembly.