myboot: Title MyBoot

Description Usage Arguments Value Examples

View source: R/myboot.R

Description

Title MyBoot

Usage

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

Arguments

iter

number of iterations

x

population vector

fun

function you want to execute on the sample vector

alpha

confidence interval alpha value

...

any other parameters you want to have when the histogram is generated

Value

nothing

Examples

1
myboot(x=(1:9999),fun="median")

wkoury/math4753-koury-R-package documentation built on Jan. 1, 2021, 12:49 p.m.