myboot2: Creates a bootstrapped monte-carlo simulation from a sample...

Description Usage Arguments Examples

View source: R/myboot2.R

Description

Creates a bootstrapped monte-carlo simulation from a sample when correct assumption applied

Usage

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

Arguments

iter

# of experiments to run

fun

# the function to analyze from distribution

alpha

# adjust the confidence level

n

# size of samples

Examples

1
myboot(iter=10000, x=sam,alpha=0.05,fun="mean",xlab="mean")

rgamble819/MATH4753ouGamb0004 documentation built on April 20, 2021, 10:34 p.m.