R/globals.R

utils::globalVariables(c(
  "id", "value", "lags",
  "series",
  "value_forecast", "value_lower_joint", "value_upper_joint", "forecast",
  "p",
  "Model", "name", "score", "average", "coef_hat", "Loss",
  "model",
  "sd",
  "impulse", "period", "response",
  "term", "statistic", "estimate",
  "conf.low", "conf.high", "coef",
  "x", "y", "ord",
  "iter_id", "h_name", "varying_name", "row_unique"
))

Try the bvhar package in your browser

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

bvhar documentation built on April 4, 2025, 5:22 a.m.