myboot2: Boostrap Confidence Intervals for Sampling

View source: R/myboot2.R

myboot2R Documentation

Boostrap Confidence Intervals for Sampling

Description

Boostrap Confidence Intervals for Sampling

Usage

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

Arguments

iter

The number of iterations taken

x

The vector of statistics

fun

The function used to manipulate statistics

alpha

The percentage from 0 or 100 to determine the interval

cx

The x-axis coordinate of a center point

...

Any additional number of named or unnamed arguments

Value

A graphical representation of a bootstrap confidence interval

Examples

## Not run: myboot2(x=ddt$DDT)

calwatson40/wats0079MATH4753 documentation built on May 3, 2022, 12:04 a.m.