order_kruskal | R Documentation |
This function orders all features in terms of Kruskal-Wallis test p-value.
order_kruskal(X, y)
X |
Input matrix, of dimension |
y |
Vector of response variables. |
Order of all features of length nvars
.
data("diabetes392")
order_kruskal(diabetes392$X, diabetes392$y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.