brt.test(x, y, hi, lo = -hi, var.equal = T, log_pvalue = F)
Arguments
x
a (non-empty) numeric vector of data values.
y
a (non-empty) numeric vector of data values.
hi
upper bound of the shift range (i.e. signficant if outside the range)
lo
lower bound of the shift range (i.e. if hi=lo=0, return t.test)
var.equal
a logical variable indicating whether to treat the two variances as being equal.If TRUE then the pooled variance is used to estimate the variance otherwise the Satterhwaite approximation to the degrees of freedom is used.