kTransform | R Documentation |
Kendall transformation
kTransform(x)
x |
Vector or data frame to be Kendall-transformed; allowed feature types are numeric, integer (treated as numeric), ordered factor, logical and unordered factor with two or less levels.
|
A transformed vector or data frame with transformed columns.
"Kendall transformation brings a robust categorical representation of ordinal data" M.B. Kursa. SciRep 12, 8341 (2022).
kTransform(data.frame(Asc=1:3,Desc=3:1,Vsh=c(2,1,2)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.