acu_F {dprep}R Documentation

Computes the F statistics for each column of the data frame

Description

This function computes the F test used to compare the mean of of each feature in the clases of a data frame

Usage

acu_F(data)

Arguments

data

The dataset

Details

The predictors with the largest Ftest values are the best predictors

Value

Ftest

List of Ftest for each attribute

Author(s)

Edgar Acuna

See Also

mRMR_cont

Examples

data(bupa)
acu_F(bupa)

[Package dprep version 3.1.1 Index]