summary.ivx {ivx} | R Documentation |
summary method for class "ivx".
## S3 method for class 'ivx'
summary(object, ...)
## S3 method for class 'summary.ivx'
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"),
...
)
object |
object of class "ivx", usually, a result of a call to ivx. |
... |
further arguments passed to or from other methods. |
x |
an object of class |
digits |
the number of significant digits to use when printing. |
signif.stars |
logical. If |
mod <- ivx(Ret ~ LTY, data = monthly)
summary(mod)