summary.ivx: Summarizing IVX Model Fits

Description Usage Arguments Examples

View source: R/ivx.R

Description

summary method for class "ivx".

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## 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"),
  ...
)

Arguments

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 "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

1
2
3
mod <- ivx(Ret ~ LTY, data = monthly)

summary(mod)

ivx documentation built on Nov. 27, 2020, 5:09 p.m.