myboot: Bootstrap simulation - Lab 9

View source: R/myboot.R

mybootR Documentation

Bootstrap simulation - Lab 9

Description

Bootstrap simulation - Lab 9

Usage

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

Arguments

iter

number of iterations

x

sample to be bootstrapped

fun

function to be estimated

alpha

alpha parameter of interval

cx

point graphical variable

...

Value

1-alpha confidence interval for a function

Examples

myboot2(x = rnorm(20, mean = 10, sd = 2), alpha = 0.1, fun = "sd")

savxsouth/MATH-4753 documentation built on Sept. 4, 2022, 8:17 a.m.