Learn R Programming

hmcdm (version 2.1.2)

ETAmat: 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)

Value

A J-by-2^K ideal response matrix

Arguments

K

An int of the number of attributes

J

An int of the number of items

Q

A J-by-K Q matrix

Examples

Run this code
Q = random_Q(15,4)
ETA = ETAmat(4,15,Q)

Run the code above in your browser using DataLab