Learn R Programming

XDNUTS (version 1.6)

print.XDNUTS: Function for printing an object of class XDNUTS

Description

Print to console the specific of the algorithm used to generate an XDNUTS object.

Usage

# S3 method for XDNUTS
print(x, ..., digits = 3, show_all = FALSE)

Value

Return a data frame object.

Arguments

x

an object of class XDNUTS.

...

additional arguments to pass. These currently do nothing.

digits

a numeric scalar indicating the number of digits to show. Default value is 3.

show_all

logical scalar indicating where to print all the summary statistics even if these are more than 10.