View source: R/rank.siegel.tukey.R
rank.siegel.tukey | R Documentation |
Calculate ranks for the Siegel-Tukey test for variability.
rank.siegel.tukey(
g1,
g2,
details = T,
ties.method = c("average", "max", "min", "none", "first", "random")
)
g1 |
Vector - Group 1 data values |
g2 |
Vector - Group 2 data values |
details |
Scalar/logical - Whether to return full rank details or just ranks |
ties.method |
Scalar/character - The method used to break ties during ranking |
Rank values for g1 and g2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.