boot2pval: A function that takes in two sets of data and a number of...

Description Usage Arguments Value Examples

View source: R/boot2pval.R

Description

A function that takes in two sets of data and a number of other parameters to produce a boostrap interval

Usage

1
boot2pval(x1, x2, conf.level = 0.95, iter = 3000, mudiff = 0, test = "two")

Arguments

test

Value

#' A histogram and the P-value

Examples

1
2
3
x = rnorm(30, mean = 10, sd = 12)
y = rnorm(30, mean = 6, sd = 8)
boot2pval(x, y, 0.99, 10000, 4, "two")

vu0027/MATH4753 documentation built on June 30, 2020, 12:48 a.m.