summary.feature_test {biogram}R Documentation

Summarize tested features

Description

Summarizes results of test_features function.

Usage

## S3 method for class 'feature_test'
summary(object, conf_level = 0.95, ...)

Arguments

object

of class feature_test.

conf_level

confidence level. A feature with p-value equal to or smaller than the confidence is considered significant.

...

ignored

Value

nothing.


[Package biogram version 1.6.3 Index]