| resolve_fc_blocks | R Documentation |
Shared validation and auto-generation logic used by
sim.data.FCMIRT, sim.data.FCGGUM, sim.data.FCGDINA,
and sim.data.TIRT.
resolve_fc_blocks(
Q.matrix,
block.items,
I.block,
N.block,
D,
q.valid.values,
q.row.check
)
Q.matrix |
User-supplied Q-matrix or |
block.items |
User-supplied block-item list or |
I.block |
Default items-per-block (scalar). |
N.block |
Default number of blocks (scalar). |
D |
Default number of dimensions (scalar). |
q.valid.values |
Allowed Q-matrix values (e.g. |
q.row.check |
Function applied to each row of Q.matrix; must return
|
A named list with components I.states, N.block,
I.block, block.items, Q.matrix, D.
Q.matrix is NULL if it was not supplied and should be
generated later (e.g. by sim.Q.matrix.FC or sim.data.Q.CDM).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.