fit <- mirt(x,model = mirtmodel,itemtype = "graded", SE = FALSE, method = "MHRM")
I got this mirtmodel example but I'm not quite sure why SE=FALSE was chosen here..
fit <- mirt(x,model = mirtmodel,itemtype = "graded", SE = FALSE, method = "MHRM")
I got this mirtmodel example but I'm not quite sure why SE=FALSE was chosen here..