
Last chance! 50% off unlimited learning
Sale ends in
Caculate under-specifcation rate (USR)
getUSR(Q.true, Q.sug)
A numeric (USR index).
The true Q-matrix.
A The Q-matrix that has being validated.
The USR is defned as:
k
th attribute of item i
in the true Q-matrix (Q.true
),
k
th attribute of item i
in the suggested Q-matrix(Q.sug
),
and
library(Qval)
set.seed(123)
example.Q1 <- sim.Q(5, 30)
example.Q2 <- sim.MQ(example.Q1, 0.1)
USR <- getUSR(example.Q1, example.Q2)
print(USR)
Run the code above in your browser using DataLab