sim.MQ | R Documentation |
simulate certen rate
mis-specifications in the Q-matrix.
sim.MQ(Q, rate, verbose = TRUE)
Q |
The Q-matrix ( |
rate |
The ratio of mis-specifications in the Q-matrix. |
verbose |
Logical indicating to print information or not. Default is |
An object of class matrix
.
Haijiang Qin <Haijiang133@outlook.com>
library(Qval)
set.seed(123)
Q <- sim.Q(5, 10)
print(Q)
MQ <- sim.MQ(Q, 0.1)
print(MQ)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.