bs_quantile: Bootstrap Quantiles

Description Usage Arguments Value

View source: R/boot_funs.R

Description

Bootstrap quantiles of a vector.

Usage

1
bs_quantile(vec, probs, B = 1000)

Arguments

vec

vector of values

probs

vector of values between 0 and 1; quantiles to estimate

B

integer; number of bootstrap replicates

Value

A list with components orig with the original statistic and bs a matrix whose columns are the bootstrapped statistics


joranE/statskier2 documentation built on May 19, 2019, 8:42 p.m.