random_Q {hmcdm}R 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)

[Package hmcdm version 2.1.1 Index]