t_test: T-test analysis of the data

Description Usage Note References Examples

View source: R/t_test.r

Description

Performing a single and Welsch two-tailed t-test for the data.

Usage

1
2
t_test(x,...)
t_test(x,y)

Note

The data may or may not be imported should be a matrix.

References

1. https://github.com/SurajGupta/r-source/blob/master/src/library/stats/R/t.test.R

Examples

1
2
3
4
> a <- mtcars$mpg
> b <- mtcars$hp
> t_test(a) #single sided t-test
> t_test(a,b) #two-tailed t-test

SanthoshKumarKarthikeyan/skkr documentation built on May 26, 2019, 10:34 a.m.