print.summary.tsgarch.profile: Profile Summary Print method

View source: R/profile.R

print.summary.tsgarch.profileR Documentation

Profile Summary Print method

Description

Print method for class “summary.tsgarch.profile”

Usage

## S3 method for class 'summary.tsgarch.profile'
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

an object of class “summary.tsgarch.estimate.profile”.

digits

integer, used for number formatting. Optionally, to avoid scientific notation, set ‘options(scipen=999)’.

...

not currently used.

Value

Invisibly returns the original summary object.


tsgarch documentation built on Oct. 12, 2024, 1:07 a.m.