powered by
dat <- expand.table(LSAT6) head(dat) model <- mirt.model('F = 1-5 CONSTRAIN = (1-5, a1)') (mod <- mirt(dat, model)) coef(mod)
Run the code above in your browser using DataLab