myboot2: Bootstrap function

Description Usage Arguments Examples

View source: R/myboot2.R

Description

myboot2() creates a bootstrap statistic and associated histogram

Usage

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

Arguments

iter

iterations

x

the sample

fun

function to create a statistic off of

alpha

inverse of confidence interval

cx

character size

...

other headers for histogram

Examples

1
myboot2(x = rnorm(20,10,4))

JakeDaSnake1112/StatsPackage documentation built on Dec. 18, 2021, 12:30 a.m.