myboot: myboot

View source: R/myboot.R

mybootR Documentation

myboot

Description

myboot

Usage

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

Arguments

iter

number of iterations

x

distribution

fun

function

alpha

1 - confidence interval in question

...

Value

A histogram of the input distribution displaying functions (mean, sd, IQR, etc) of the distribution and a confidence interval.

Examples

## Not run: myboot2(x = sam, fun = "var", alpha = .2)

robbyfrost/math4753 documentation built on May 4, 2022, 8:06 a.m.