boot2pval: Bootstrap Testing

Description Usage Arguments Examples

View source: R/BootstrapPvalue.R

Description

This function will allow us to view the p-value and to determine whether we should reject or fail to reject the null hypothesis

Usage

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

Arguments

x1

-sample 1

x2

-sample 2

conf.level

-desired confidence

iter

-iterations

mudiff

-difference in means of the samples

test

-which test to use

Examples

1
 boot2pval(x1=x,x2=y)

ake0002/ForReal documentation built on Nov. 21, 2020, 9:11 a.m.