Print method for class “summary.tsdistribution”
# 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"),
...
)
Console output of the object summary.
an object of class “summary.tsdistribution”.
integer, used for number formatting. Optionally, to avoid scientific notation, set ‘options(scipen=999)’.
logical. If TRUE, ‘significance stars’ are printed for each coefficient.
an optional string for the table caption.
not currently used.