View source: R/perform.t.test.R
perform.t.test | R Documentation |
This function calculates the t-test according to the different tpye of data.
perform.t.test(x, y, paired = FALSE, verbose = FALSE)
x |
A numeric value |
y |
A vector |
paired |
Whether perform paired t-test or not |
verbose |
FALSE as default |
A p-value vector according to the different type of data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.