print.summary.tsdistribution | R Documentation |
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"),
...
)
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. |
Console output of the object summary.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.