test_features
function into groups based on their
significance.## S3 method for class 'feature_test':
cut(x, split = "significances", breaks = c(0, 1e-04,
0.01, 0.05, 1), ...)
feature_test
."significances"
, "positives"
and "negatives"
. See Value
.cut
function and Details
.cut
function.split
parameter.
The function returns a named list of length equal to the length
of significances
(when split
equals "significances"
) or
frequencies
(when split
equals "positives"
or "negatives"
)
minus one. Each elements of the list contains names of the n-grams belonging to the given
significance or frequency group.