boot_func: boot_func

Description Usage Arguments Value

View source: R/boot_func.R

Description

Resampling bootstrap of a vector for a given function.

Usage

1
boot_func(vec, func, resamples = 100L)

Arguments

vec

Vector to bootstrap resample from.

func

Function to call on the samples.

resamples

How many resamples to do.

Value

Returns vector of length resamples, each from func applied to a bootstrap resample.


rzgross/uRbanmatching documentation built on Dec. 22, 2021, 8:20 p.m.