View source: R/bootstrap_restscore.R
| run_boot_restscore_parallel | R Documentation |
Run item-restscore bootstrap iterations in parallel using mirai
run_boot_restscore_parallel(
iterations,
boot_seeds,
boot_data_list,
n_cores,
verbose = FALSE
)
iterations |
Number of iterations. |
boot_seeds |
Integer vector of per-iteration seeds. |
boot_data_list |
List of data passed to each worker. |
n_cores |
Number of mirai daemons. |
verbose |
Show progress bar. |
List of raw results (one element per iteration).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.