boot_ci: Calculate empirical bootstrap confidence intervals

Description Usage Arguments Value

View source: R/bootstrap.R

Description

Calculate empirical bootstrap confidence intervals

Usage

1
boot_ci(x, times, fun = "mean", probs = c(0.1, 0.5, 0.9), w = NULL)

Arguments

x

Numeric vector

times

Number of bootstrap samples

fun

Character vector of function to use, default is mean

probs

Numeric vector of probabilities

w

Numeric weight vector

Value

Numeric vector of confidence intervals


rwright88/rwmisc documentation built on Dec. 14, 2019, 5:31 p.m.