Learn R Programming

tsdistributions (version 1.0.2)

print.summary.tsdistribution: Model Estimation Summary Print method

Description

Print method for class “summary.tsdistribution”

Usage

# S3 method for summary.tsdistribution
print(
  x,
  digits = max(3L, getOption("digits") - 3L),
  signif.stars = getOption("show.signif.stars"),
  table.caption = paste0(toupper(x$distribution), " Model Summary\n"),
  ...
)

# S3 method for summary.spd print( x, digits = max(3L, getOption("digits") - 3L), signif.stars = getOption("show.signif.stars"), table.caption = paste0(toupper(x$distribution), " Model Summary\n"), ... )

Value

Console output of the object summary.

Arguments

x

an object of class “summary.tsdistribution”.

digits

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

signif.stars

logical. If TRUE, ‘significance stars’ are printed for each coefficient.

table.caption

an optional string for the table caption.

...

not currently used.