Learn R Programming

HTLR (version 0.4-4)

order_ftest: Order features by F-statistic

Description

This function orders all features in terms of ANOVA F-statistic.

Usage

order_ftest(X, y)

Value

Order of all features of length nvars.

Arguments

X

Input matrix, of dimension nobs by nvars; each row is an observation vector.

y

Vector of response variables.

Examples

Run this code
data("diabetes392")
order_ftest(diabetes392$X, diabetes392$y)

Run the code above in your browser using DataLab