View source: R/bootstrap_functions.R
two.samp.bal.sd | R Documentation |
Perform a two-sample PAIRED balanced bootstrap using standard deviation as the sampling statistic
two.samp.bal.sd(a, b, n = 10000)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.