BootstrapStatistics: Bootstrap Statistics

Description Usage Arguments

View source: R/BootstrapStatistics.R

Description

Wrapper for boot::boot. For the log and clean.start arguments.

Usage

1
BootstrapStatistics(f, log = TRUE, clean.start = TRUE, ...)

Arguments

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.


citronmeliss/predictionpackr documentation built on Feb. 10, 2020, 12:19 a.m.