myboot2: My Bootstrap Function

View source: R/myboot2().R

myboot2R Documentation

My Bootstrap Function

Description

My Bootstrap Function

Usage

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

Arguments

iter

number of iterations

x

population vector

fun

function to be used

alpha

confidence interval

cx

Value

a plot of the mean setimates and interval estimates on the sample

Examples

 {
myboot2(iter = 10000, x = sam, fun = "mean", alpha = 0.05)

maddiequiroga/MATH4753Packages documentation built on April 14, 2022, 11:45 a.m.