Skip to content

Commit

Permalink
Revert "copy same example #43"
Browse files Browse the repository at this point in the history
This reverts commit 9b8509e.

reverts
  • Loading branch information
adamwang15 committed Aug 10, 2024
1 parent 3504e71 commit 128df72
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions R/bsvarSIGNs-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,13 @@
#'
#' # specify the model and set seed
#' set.seed(123)
#' specification = specify_bsvarSIGN$new(optimism,
#' p = 4,
#' sign_irf = sign_irf)
#' specification = specify_bsvarSIGN$new(optimism, sign_irf = sign_irf)
#'
#' # estimate the model
#' posterior = estimate(specification, S = 10)
#'
#' # compute and plot impulse responses
#' irf = compute_impulse_responses(posterior, horizon = 40)
#' plot(irf, probability = 0.68)
#'
NULL
8 changes: 5 additions & 3 deletions man/bsvarSIGNs-package.Rd

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

0 comments on commit 128df72

Please sign in to comment.