calc.time | R Documentation |
Calculate the computation time needed for the analytical method
calc.time(hyp, n.items)
hyp |
Hypothesis object as created by the setup.hypothesis function |
n.items |
Number of items |
Numeric, estimated time in seconds
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.