Learn R Programming

EvalEst (version 2024.2-1)

print.estimatedModels: Print Specific Methods

Description

See the generic function description.

Usage

# S3 method for EstEval
print(x, digits=options()$digits, ...)
    # S3 method for MonteCarloSimulations
print(x, digits=options()$digits, ...)

Arguments

x

an object to be printed.

digits

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).

See Also