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