View source: R/the_mode_jumping_package5.r View source: R/the_mode_jumping_package4.r View source: R/the_mode_jumping_package4.0.r View source: R/the_mode_jumping_package3.r View source: R/the_mode_jumping_package2.r View source: R/the_mode_jumping_package2.0.r
parallelize | R Documentation |
parallelize(X,FUN)
X |
a vector (atomic or list) or an expressions vector. Other objects (including classed objects) will be coerced by as.list |
FUN |
the function to be applied to each element of X or v, or in parallel to X |
Only allowed when working with big.memory based hash table within MJMCMC (see runemjmcmc for more details)
parallelize(X,FUN) |
a list of the same length as X and named by X |
parLapply, clusterMap, mclapply, lapply, etc.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.