powered by
Calculate the computation time needed for the analytical method
calc.time(hyp, n.items)
Numeric, estimated time in seconds
Hypothesis object as created by the setup.hypothesis function
Number of items
# \donttest{ library(mirt) dat <- expand.table(LSAT7) mirtfit <- mirt(dat,1,verbose = FALSE) hyp <- setup.hypothesis(type = '1PLvs2PL', altpars = mirtfit) calc.time(hyp,n.items=7) # }
Run the code above in your browser using DataLab