View source: R/shadowtest_functions.R
assembleShadowTest | R Documentation |
(Internal) Assemble a shadowtest
assembleShadowTest(
j,
position,
o,
eligibility_flag,
exclude_flag,
usage_flag,
groupings_record,
info,
config,
simulation_constants,
constraints
)
j |
the examinee index. |
position |
the item position, ranging from 1 to test length. |
o |
|
eligibility_flag |
a named list containing eligibility flags. |
exclude_flag |
a list of item/stimulus indices to exclude from selection for the examinee. |
usage_flag |
a vector of length ni (or ni + ns) containing the number of times each item has been administered previously to the examinee. |
groupings_record |
a list containing data on completed item sets. |
info |
a vector containing item information of each item in the pool. |
config |
a |
simulation_constants |
a named list containing simulation constants. |
constraints |
a |
a named list containing a shadowtest and related data.
shadow_test
a data.frame
containing the shadowtest.
feasible
whether the assembly was feasible the first time.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.