compute_t: Compute t-statistic

Description Usage Arguments Value

View source: R/functions.R

Description

This is a helper function for the bootstrap test. It computes the t-statistic in a fast way.

Usage

1
compute_t(x1, x2)

Arguments

x1

the first sample.

x2

the second sample.

Value

the Welch's t-statistic.


tcftt documentation built on July 23, 2020, 5:08 p.m.