Learn R Programming

rtemis (version 0.79)

bootstrap: Bootstrap Resampling

Description

Bootstrap Resampling

Usage

bootstrap(x, n.resamples = 10, seed = NULL)

Arguments

x

Input vector

seed

Integer: If provided, set seed for reproducibility. Default = NULL

n.resample

Integer: Number of resamples to make. Default = 10