Learn R Programming

Dimodal (version 1.0.0)

Ditest: Class Methods for Ditest Objects

Description

Common functions to handle "Ditest" class results from the Dimodal feature tests.

Usage

# S3 method for Ditest
print(x, ...)
# S3 method for Ditest
summary(object, ...)

Value

the argument x or object, invisible

Arguments

x

an object of class "Ditest"

object

an object of class "Ditest"

...

extra arguments, ignored for all methods

Details

The values of the individual tests specify the contents of the object. These functions provide a common formatting of the result. The print methods show the test applied and all parameters, as well as the result. The summary methods show the tested statistic and the resulting probability.

See Also

Dipeak.test, Diflat.test, Dinrun.test, Dirunlen.test, Diexcurht.test, Dipermht.test

Examples

Run this code
ptst <- Dipeak.test(1:4, 250, 0.15, 'bartlett')
ptst
## Summary results.
summary(ptst)

Run the code above in your browser using DataLab