Description Usage Arguments Value Examples
View source: R/addIterations.R
Add iterations to a current miceDefs object. Adds iterations for all datasets.
1 | addIterations(miceObj, iters = 5, parallel = FALSE, verbose = TRUE, ...)
|
miceObj |
A miceDefs object created by |
iters |
The number of iterations to add to each dataset. |
parallel |
Should the process run in parallel? This process will take advantage of any cluster
set up when |
verbose |
should progress be printed? |
... |
other parameters passed to |
an updated miceDefs object with additional iterations.
1 2 3 4 5 6 7 8 | data("sampleMiceDefs")
miceObj <- addIterations(
sampleMiceDefs
, iters=2
, verbose=FALSE
, num.threads = 1
, num.trees=5
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.