compute_t {tcftt} | R Documentation |
Compute t-statistic
Description
This is a helper function for the bootstrap test. It computes the t-statistic in a fast way.
Usage
compute_t(x1, x2)
Arguments
x1 |
the first sample. |
x2 |
the second sample. |
Value
the Welch's t-statistic.
[Package tcftt version 0.1.0 Index]