Description Usage Arguments Value Examples
Is object a Q Matrix?
1 | is_q_matrix(x)
|
x |
An object to test |
A logical vector
1 2 | x = matrix(c(1, 0, 1, 1))
is_q_matrix(q_matrix(x))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.