powered by
calculates phi and delta directly from the stats and generates a matrix with the names of the features, their phi and their delta value
phiDelta_from_data(stats, ratio_corrected = TRUE)
c_statistics
locigal, if true phi and delta will be calculated in respect to the ratio of positive and negative samples
dataframe, first column are the names of the features second column the phi values third column the delta values
# NOT RUN { x <- c_statistics(climate_data) phiDelta <- phiDelta_from_data(x, ratio_corrected = FALSE) with_ratio <- phiDelta_from_data(x) # }
Run the code above in your browser using DataLab