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

Description Usage Arguments Value

View source: R/F_getTstat.R

Description

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

Usage

1
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)


reconsi documentation built on Nov. 8, 2020, 5:04 p.m.

Related to getTstat in reconsi...