ETAmat {hmcdm} | R Documentation |
Generate ideal response matrix
Description
Based on the Q matrix and the latent attribute space, generate the ideal response matrix for each skill pattern
Usage
ETAmat(K, J, Q)
Arguments
K |
An |
J |
An |
Q |
A J-by-K Q |
Value
A J-by-2^K ideal response matrix
Examples
Q = random_Q(15,4)
ETA = ETAmat(4,15,Q)
[Package hmcdm version 2.1.1 Index]