powered by
simulate certen rate mis-specifications in the Q-matrix.
rate
sim.MQ(Q, rate, verbose = TRUE)
An object of class matrix.
matrix
The Q-matrix (sim.Q) that need to simulate mis-specifications.
sim.Q
The ratio of mis-specifications in the Q-matrix.
Logical indicating to print information or not. Default is TRUE
TRUE
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)
Run the code above in your browser using DataLab