print.summary.tsdistribution {tsdistributions} | R Documentation |
Model Estimation Summary Print method
Description
Print method for class “summary.tsdistribution”
Usage
## 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. |
Value
Console output of the object summary.
[Package tsdistributions version 1.0.1 Index]