
Last chance! 50% off unlimited learning
Sale ends in
pars
= 'values'
for obtaining starting values).mod2values(x)
dat <- expand.table(LSAT7)
mod <- mirt(dat, 1)
values <- mod2values(mod)
values
#use the converted values as starting values in a new model
mod2 <- mirt(dat, 1, pars = values)
Run the code above in your browser using DataLab