tseries (version 0.1-2)

print.bdstest: Print BDS Test

Description

Generic function for printing lists with class "bdstest".

Usage

print (x, digits = 4)

Arguments

x
a list with class "bdstest".
digits
the number of digits to format real numbers.

See Also

print, bds.test.

Examples

Run this code
x <- rnorm (100)
obj <- bds.test(x)
print (obj)

Run the code above in your browser using DataLab