bootstrap_ci: Bootstrap confidence interval

Description Usage Arguments Value

View source: R/boostrap_ci.R

Description

Bootstrap confidence interval

Usage

1
2
bootstrap_ci(statistic = NULL, simulator = NULL, tboots = NULL,
  B = if (!is.null(tboots)) {     ncol(tboots) }, t.hat, level)

Arguments

level

The specified confidence level

Value

A confidence interval that was generated


joestoica/STAT-S-432-Package documentation built on Nov. 4, 2019, 3:04 p.m.