phiDelta_from_data {phiDelta} | R Documentation |
phi delta matrix
Description
calculates phi and delta directly from the stats and generates a matrix with the names of the features, their phi and their delta value
Usage
phiDelta_from_data(stats, ratio_corrected = TRUE)
Arguments
stats |
c_statistics |
ratio_corrected |
locigal, if true phi and delta will be calculated in respect to the ratio of positive and negative samples |
Value
dataframe, first column are the names of the features second column the phi values third column the delta values
Author(s)
rothe
Examples
x <- c_statistics(climate_data)
phiDelta <- phiDelta_from_data(x, ratio_corrected = FALSE)
with_ratio <- phiDelta_from_data(x)
[Package phiDelta version 1.0.1 Index]