myboot2: Bootstrap Interval Function

Description Usage Arguments Value

View source: R/myboot2.R

Description

This function calculates a bootstrap interval given a statistic, confidence interval value, number of interations

Usage

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

Arguments

iter

the number of iterations performed on a given distribution

x

the size of the sample

fun

the statistic being used for the bootstrap interval

alpha

1 minus the confidence interval being found

cx

location varible for marking on graph the point value

Value

histogram of values

invisible list of x, ci, and fun


caba0009/TannerCabaniss documentation built on Nov. 25, 2020, 3:43 a.m.