Thin pass-through to simpleboot::two.boot for the
common two-sample bootstrap-of-a-statistic case (e.g. difference
of means, ratio of medians). Returns a boot object the
user can hand to boot::boot.ci or morie_boot_basic_ci().
Examples
if (requireNamespace("simpleboot", quietly = TRUE)) {
set.seed(1)
b <- morie_simpleboot_two(rnorm(25), rnorm(25, 0.5), R = 200L)
class(b)
}
#> [1] "morie_boot"
