See the generic function description.
# S3 method for EstEval
print(x, digits=options()$digits, ...)
# S3 method for MonteCarloSimulations
print(x, digits=options()$digits, ...)
an object to be printed.
a non-null value is used to indicate the number of significant
digits. If digits
is NULL
then the value of digits
specified by options
is used.
(further arguments, currently disregarded).