myboot2: myboot2

View source: R/myboot2.R

myboot2R Documentation

myboot2

Description

Creates a Bootstrap sample from sample x and plots its statistics

Usage

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

Arguments

iter

Number of iterations to be made

x

A sample to create a bootstrap from

fun

The function to perform on the dataframe

alpha

The alpha variable, using to find the confidence interval

cx

The amount by which plotting text and symbols should be scaled relative to the default

...

Value

A list of the confidence interval, the function, the sample, the experimental dataframe created and formatted according to the function, and the experimental dataframe created.

Examples

myboot2(iter = 10000,x = c(0,1,2,3), fun = "mean", alpha = 0.05, cx = 1.5)

ecoberley/MATH4753cobe0001 documentation built on May 3, 2022, 7:30 p.m.