TPmat {hmcdm} | R Documentation |
Generate monotonicity matrix
Description
Based on the latent attribute space, generate a matrix indicating whether it is possible to transition from pattern cc to cc' under the monotonicity learning assumption.
Usage
TPmat(K)
Arguments
K |
An |
Value
A 2^K-by-2^K dichotomous matrix
of whether it is possible to transition between two patterns
Examples
TP = TPmat(4)
[Package hmcdm version 2.1.1 Index]