random_Q: Generate random Q matrix

View source: R/RcppExports.R

random_QR Documentation

Generate random Q matrix

Description

Creates a random Q matrix containing three identity matrices after row permutation

Usage

random_Q(J, K)

Arguments

J

An int that represents the number of items

K

An int that represents the number of attributes/skills

Value

A dichotomous matrix for Q.

Examples

random_Q(15,4)

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