powered by
This function orders all features in terms of ANOVA F-statistic.
order_ftest(X, y)
Order of all features of length nvars.
nvars
Input matrix, of dimension nobs by nvars; each row is an observation vector.
nobs
Vector of response variables.
data("diabetes392") order_ftest(diabetes392$X, diabetes392$y)
Run the code above in your browser using DataLab