myboot2: Bootstrap Confidence Interval

Description Usage Arguments Value Examples

View source: R/myboot2.R

Description

Bootstrap Confidence Interval

Usage

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

Arguments

iter

number of iterations

x

sample object

fun

function to apply to sample

alpha

alpha (used to manipulate the level of confidence)

cx

final character size

...

further parameters

Value

a histogram showcasing the inputted distributions' sample statistic as well as bootsrapped confidence interval

Examples

1
myboot2(x = rnorm(20,mean=10,sd=4), alpha = 0.2)

gkrhines/MATH4753P1 documentation built on Nov. 24, 2020, 11:33 p.m.