summary.ivx_ar: Summarizing IVX-AR Model Fits
Description
summary method for class "ivx".
Usage
# S3 method for ivx_ar
summary(object, ...)# S3 method for summary.ivx_ar
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"),
...
)
Arguments
- object
object of class "ivx_ar", usually, a result of a call to ivx_ar.
- ...
further arguments passed to or from other methods.
- x
an object of class "summary.lm", usually, a result of a
call to summary.lm.
- digits
the number of significant digits to use when printing.
- signif.stars
logical. If TRUE, ‘significance stars’
are printed for each coefficient.
Examples
Run this codemod <- ivx_ar(Ret ~ LTY, data = kms)
summary(mod)
Run the code above in your browser using DataLab