| output_Shadow_all-class {TestDesign} | R Documentation |
Class 'output_Shadow_all': a set of adaptive assembly solutions
Description
output_Shadow_all is an S4 class for representing a set of adaptive assembly solutions.
Details
- notations
-
ni denotes the number of items in the
item_poolobject.ns denotes the number of stimuli.
nj denotes the number of participants.
Slots
outputa length-*nj* list of
output_Shadowobjects, containing the assembly results for each participant.final_theta_esta length-*nj* vector containing final theta estimates for each participant.
final_se_esta length-*nj* vector standard errors of the final theta estimates for each participant.
exposure_ratea matrix containing item-level exposure rates of all items in the pool. Also contains stimulus-level exposure rates if the assembly was set-based.
usage_matrixa *nj* by (*ni* + *ns*) matrix representing whether the item/stimulus was administered to each participant. Stimuli representations are appended to the right side of the matrix.
true_segment_counta length-*nj* vector containing the how many examinees are now in their segment based on the true theta. This will tend to increase. This can be reproduced with true theta values alone.
est_segment_counta length-*nj* vector containing the how many examinees are now in their segment based on the estimated theta. This will tend to increase. This can be reproduced with estimated theta values alone.
eligibility_statsexposure record for diagnostics.
check_eligibility_statsdetailed segment-wise exposure record for diagnostics. available when
config_Shadow@exposure_control$diagnostic_statsisTRUE.no_fading_eligibility_statsdetailed segment-wise exposure record without fading for diagnostics. available when
config_Shadow@exposure_control$diagnostic_statsisTRUE.freq_infeasiblea table representing the number of times the assembly was initially infeasible.
poolthe
item_poolused in the assembly.configthe
config_Shadowused in the assembly.constraintsthe
constraintsused in the assembly.true_thetathe
true_thetaargument used in the assembly.datathe
dataargument used in the assembly.priorthe
priorargument used in the assembly.prior_parthe
prior_parargument used in the assembly.