Description Usage Arguments Author(s) References Examples
This function defines a object that is placed in a relevant internal environment defined in mirt.
Internal functions such as calcLogLik
, fscores
, etc, will utilize this object
automatically to capitalize on parallel
processing architecture. The object defined is a call from parallel::makeCluster()
.
Note that if you are defining other parallel objects (for simulation desings, for example)
it is not recommended to define a mirtCluster.
1 | mirtCluster(spec, ..., remove = FALSE)
|
spec |
input that is passed to |
... |
additional arguments to pass to |
remove |
logical; remove previously defined |
Phil Chalmers rphilip.chalmers@gmail.com
Chalmers, R., P. (2012). mirt: A Multidimensional Item Response Theory Package for the R Environment. Journal of Statistical Software, 48(6), 1-29. doi: 10.18637/jss.v048.i06
1 2 3 4 5 6 7 8 9 10 | ## Not run:
#make 4 cores available for parallel computing
mirtCluster(4)
#' #stop and remove cores
mirtCluster(remove = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.