perform.t.test: Perform t-test

View source: R/perform.t.test.R

perform.t.testR Documentation

Perform t-test

Description

This function calculates the t-test according to the different tpye of data.

Usage

perform.t.test(x, y, paired = FALSE, verbose = FALSE)

Arguments

x

A numeric value

y

A vector

paired

Whether perform paired t-test or not

verbose

FALSE as default

Value

A p-value vector according to the different type of data.


parkseeh/INRAETableOne documentation built on April 19, 2022, 1:28 a.m.