Title

varf(
  x,
  lags = 1,
  penalization = c("none", "l1"),
  lambda = 0.1,
  type_VAR = c("const", "trend", "both", "none"),
  type_forecast = c("recursive", "direct"),
  h = 5,
  type_ci = "none",
  level = 95
)

Arguments

level