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

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

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

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

# S3 method for 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.