myboot2: myboot2

Description Usage Arguments Value Examples

View source: R/myboot2.R

Description

myboot2

Usage

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

Arguments

iter

The amount of samples generated.

x

A given sample.

fun

The function that will be tested.

alpha

The alhpa value for the confidence interval.

...

Any extra modifications that will be made to the histogram generated.

Value

A list of multiple values calculated.

Examples

1
myboot2(iter = 10000, x = sam, fun = "var", alpha = .1)

raymondhaynesOU/Math4753 documentation built on April 19, 2020, 6:13 p.m.