dt-methods {digitTests}R Documentation

Methods for da objects

Description

Methods defined for objects returned from the distr.test, distr.btest, and rv.test functions.

Usage

## S3 method for class 'dt.distr'
print(x, digits = getOption("digits"), ...)

## S3 method for class 'dt.rv'
print(x, digits = getOption("digits"), ...)

## S3 method for class 'dt.distr'
plot(x, ...)

## S3 method for class 'dt.rv'
plot(x, ...)

Arguments

x

an object of class da as returned by one of the package functions.

digits

the number of digits to round to.

...

further arguments, currently ignored.

Value

The print methods simply print and return nothing.


[Package digitTests version 0.1.2 Index]