Skip to content

Commit

Permalink
fix irf example
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Clark committed Sep 3, 2024
1 parent c081909 commit d11a03f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions R/irf.mvgam.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@
#' trend_formula = ~ 1,
#' trend_model = VAR(cor = TRUE),
#' family = gaussian(),
#' data = simdat$data_train)
#' data = simdat$data_train,
#' silent = 2)
#'
#' # Calulate Generalized IRFs for each series
#' irfs <- calc_irfs(mod, h = 12, cumulative = FALSE)
#' irfs <- irf(mod, h = 12, cumulative = FALSE)
#'
#' # Plot them
#' plot(irfs, series = 1)
Expand Down
5 changes: 3 additions & 2 deletions man/irf.mvgam.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified src/mvgam.dll
Binary file not shown.

0 comments on commit d11a03f

Please sign in to comment.