myboot2: Bootstrap Confidence Interval

View source: R/myboot2.r

myboot2R Documentation

Bootstrap Confidence Interval

Description

Creates a bootstrap confidence interval for the given statistic or function. From: MATH 4753 Lab 9

Usage

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

Arguments

iter

number of iterations

x

input data

fun

statistic or function to make interval of

alpha

alpha value in confidence interval (1-alpha)100 percent confidence

cx

text thickness in figure

...

params for histogram

Value

list containing confidence interval, statistic/function, and data


bbydino/ISSA-ROCK-AND-ROLL documentation built on April 27, 2022, 10:03 p.m.