TPmat: Generate monotonicity matrix

View source: R/RcppExports.R

TPmatR 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 int of the number of attributes.

Value

A 2^K-by-2^K dichotomous matrix of whether it is possible to transition between two patterns

Examples

TP = TPmat(4)

hmcdm documentation built on March 31, 2023, 8:07 p.m.