compute_t: Compute t-statistic

View source: R/functions.R

compute_tR 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.


HuaiyuZhang/tcftt documentation built on July 9, 2023, 2:52 a.m.