boot.ci: Bootstrap CI

Description Usage Arguments Author(s) Examples

View source: R/MTfuncs_all.R

Description

Creates a bootstrap CI for the mean

Usage

1
boot.ci(x, B = 10000, conf = 0.95)

Arguments

x

Vector of data

B

Number of bootstrap replicates to run (defaults to 10000)

conf

Confidence level (defaults to 0.95)

Author(s)

Matt Tyers

Examples

1
2
x <- rpois(10,10)
boot.ci(x)

mbtyers/MTfuncs documentation built on May 22, 2019, 12:58 p.m.