View source: R/twosampletests.R
fun.twosampletests | R Documentation |
Calculates t-test, exact Wilcoxon, approximate Wilcoxon, normal scores, Savage scores, and Mood tests.
fun.twosampletests(x, y)
x |
the data vector for the first sample. |
y |
the data vector for the second sample. |
The exact Wilcoxon is performed only for small samples.
A vector of two-sided p-values
fun.twosampletests(rnorm(10),rnorm(15))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.