Learn R Programming

XDNUTS (version 1.6)

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

Description

Print to console the statistics about the MCMC samples obtained with a call to the function summary.XDNUTS. See that for details.

Usage

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

Value

No return value.

Arguments

x

an object of class summary.XDNUTS

...

additional values to pass. These currently do nothing.

digits

number of digits for rounding the output. Default value is 3.