R/print.varprd.R

Defines functions print.varprd

Documented in print.varprd

print.varprd <- function(x, ...){
  print(x$fcst, ...)
  invisible(x)
}

Try the vars package in your browser

Any scripts or data that you put into this service are public.

vars documentation built on June 24, 2024, 9:08 a.m.