R/print.vlstarpred.R

Defines functions print.vlstarpred

Documented in print.vlstarpred

#' @export
print.vlstarpred <- function(x, ...){
  print(x$forecasts, ...)
  invisible(x)
}

Try the starvars package in your browser

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

starvars documentation built on Jan. 18, 2022, 1:08 a.m.