myboot2: Bootstrap confidence interval fucntion

Description Usage Arguments Examples

View source: R/myboot2.R

Description

takes number of iterations, a sample, a function, and an alpha and applies that function to the sample iter number of times and returns a bootstrap confidence interval.

Usage

1
myboot2(iter = 10000, x, fun = "mean", alpha = 0.05, cx = 1.5, ...)

Arguments

iter

Number

x

Vector

fun

Text

alpha

Decimal

cs

Decimal

Examples

1

Nathanv97/vand6485 documentation built on May 7, 2020, 1:06 p.m.