ranktests | R Documentation |
Perform a rank-based one- or two-sample test using a Gaussian approximation.
ranktests(x, y = NULL, sv = NULL)
x |
First sample |
y |
Second sample. If default value of NULL, indicates one-sample test. |
sv |
Type of scores, if character "ns", "vw", or "ss", or vector of scores if numeric. Defaults to rank scores. |
A list of class htest
ranktests(rnorm(10),rnorm(15),"ss")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.