is_q_matrix: Is object a Q Matrix?

Description Usage Arguments Value Examples

View source: R/q-matrix.R

Description

Is object a Q Matrix?

Usage

1

Arguments

x

An object to test

Value

A logical vector

Examples

1
2
x = matrix(c(1, 0, 1, 1))
is_q_matrix(q_matrix(x))

tmsalab/edmcore documentation built on Sept. 4, 2021, 2:46 a.m.