getTstat: A function to obtain a t-test statistic efficiently. For...

View source: R/F_getTstat.R

getTstatR Documentation

A function to obtain a t-test statistic efficiently. For internal use only

Description

A function to obtain a t-test statistic efficiently. For internal use only

Usage

getTstat(y1, y2, mm, nn)

Arguments

y1, y2

vectors of obsereved values in the two groups

mm, nn

number of observations in the corresponding groups

Value

A list with items

tstat

The t-test statistic

df

The degrees of freedom (Welch approximation)


CenterForStatistics-UGent/rransi documentation built on Nov. 13, 2023, 2:07 a.m.