fm_parallel_params | R Documentation |
Calculates the number of chains per call to mice::mice()
or
mice::mice.mids()
, the average number of calls chunked into a future, and
the number of futures needed to satisfy the given arguments.
fm_parallel_params(m, chunk_size, maxit, seed)
m |
The total number of chains (imputations) |
chunk_size |
The average number of chains per future |
A list
containing parameters n_chains
(chains per call),
n_calls
(number of calls to mice()
),
chunk_size
(number of calls per future),
maxit
(maximum number of iterations), and seed
(RNG seed)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.