View source: R/BootstrapStatistics.R
Wrapper for boot::boot. For the log and clean.start arguments.
1 | BootstrapStatistics(f, log = TRUE, clean.start = TRUE, ...)
|
f |
Function. A function for the statistic argument in boot::boot. No default. |
log |
Logical. If TRUE progress is logged to a logfile. Defaults to TRUE |
clean.start |
Logical. If TRUE the predictions directory and all files in it are removed before saving new stuff there. Defaults to FALSE. |
... |
Arguments for f. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.