two.samp.bal.sd: Perform a two-sample PAIRED balanced bootstrap using standard...

View source: R/bootstrap_functions.R

two.samp.bal.sdR Documentation

Perform a two-sample PAIRED balanced bootstrap using standard deviation as the sampling statistic

Description

Perform a two-sample PAIRED balanced bootstrap using standard deviation as the sampling statistic

Usage

two.samp.bal.sd(a, b, n = 10000)

Arguments

a

First dataset, a numerical vector.

b

Second dataset, a numerical vector. Length must be equal to a.

n

Number of bootstrap replicates to perform.


JackAHutchings/jahrfun documentation built on June 8, 2025, 3:09 a.m.