summary.DiscreteTestResults: Summarizing Discrete Test Results
Description
summary method for class DiscreteTestResults.
Usage
# S3 method for DiscreteTestResults
summary(object, ...)
Value
A summary.DiscreteTestResults R6 class
object.
Arguments
object
object of class DiscreteTestResults to be summarised;
usually created by using one of the packages test functions,
e.g. binom.test.pv(), with simple.output = FALSE.
...
further arguments passed to or from other methods.