boot_ttest: Calculate bootstrap statistics for difference-of-means t-test

Description Usage Arguments Value See Also

Description

This function calculates R bootstrapped t-test statistics between x and y. It also calculates a variety of statistics such as percentile confidence intervals, bias, standard error and jackknife-after-bootstrap estimates.

Usage

1
boot_ttest(x, y, alpha = 0.05, R = 1000)

Arguments

x

a numeric vector

y

a numeric vector

alpha

significance level. used to calculate confidence intervals

R

number of replications

Value

See Also

Rizzo, Maria L. "Statistical Computing with R". Chapman and Hall/CRC, 2007. Chapter 7


JasperHG90/meerkat documentation built on May 31, 2019, 5:39 a.m.