print.summary.tsdistribution function

Model Estimation Summary Print method

Model Estimation Summary Print method

Print method for class summary.tsdistribution

## S3 method for class '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 class '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"), ... )

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.

Returns

Console output of the object summary.