Learn R Programming

tipsae (version 1.0.3)

print.summary_fitsae: Print Method for a summary_fitsae Object

Description

The generic method print() allow to explore relevant outputs of the input object

Usage

# S3 method for summary_fitsae
print(x, digits = 3L, ...)

Value

Printed information on a summary_fitsae object.

Arguments

x

Object of class summary_fitsae.

digits

Number of digits to display.

...

Currently unused.