View source: R/onesampletests.R
fun.onesampletests | R Documentation |
Calculates z, sign, and wilcoxon rank sum tests of the null hypothesis of center 0
fun.onesampletests(x, alternative = "two.sided")
x |
the data vector |
alternative |
alternative, of the form aceptable by t.test, z.test, binom.test, and wilcox.test |
A vector of p-values
fun.onesampletests(rnorm(10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.