welchT: BMI585 final project: Welch’s t-test is used to compare the...

Description Usage Arguments Value Examples

View source: R/welchT.R

Description

This functions accept two numerical arrays

Usage

1
welchT(x, y)

Arguments

x:the

first array

y:the

second array

Value

welch: welch t test statistics

Examples

1
2
3
t <- c(1,1,1)
g <- c(0,0,0)
welchT(t,g)

shaoyanpan/BMI585final2 documentation built on Dec. 23, 2021, 1:20 a.m.