sim.MQ {Qval} | R Documentation |
simulate certen rate
mis-specifications in the Q-matrix.
sim.MQ(Q, rate, verbose = TRUE)
Q |
The Q-matrix ( |
rate |
The pecentage of mis-specifications in the |
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)